CVMetalTextureCacheCreate

Function CVMetalTextureCacheCreate 

Source
pub unsafe extern "C-unwind" fn CVMetalTextureCacheCreate(
    allocator: Option<&CFAllocator>,
    cache_attributes: Option<&CFDictionary>,
    metal_device: &ProtocolObject<dyn MTLDevice>,
    texture_attributes: Option<&CFDictionary>,
    cache_out: NonNull<*mut CVMetalTextureCache>,
) -> CVReturn
👎Deprecated: renamed to CVMetalTextureCache::create
Available on crate feature CVMetalTextureCache and crate feature CVReturn and crate feature objc2 and crate feature objc2-metal and non-watchOS only.