CVMetalBufferCacheCreate

Function CVMetalBufferCacheCreate 

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