core_video::metal_texture_cache

Function CVMetalTextureCacheCreate

source
pub unsafe extern "C" fn CVMetalTextureCacheCreate(
    allocator: CFAllocatorRef,
    cacheAttributes: CFDictionaryRef,
    metalDevice: Device,
    textureAttributes: CFDictionaryRef,
    cacheOut: *mut CVMetalTextureCacheRef,
) -> CVReturn