[][src]Function uikit_sys::CVMetalTextureCacheCreateTextureFromImage

pub unsafe extern "C" fn CVMetalTextureCacheCreateTextureFromImage(
    allocator: CFAllocatorRef,
    textureCache: CVMetalTextureCacheRef,
    sourceImage: CVImageBufferRef,
    textureAttributes: CFDictionaryRef,
    pixelFormat: MTLPixelFormat,
    width: size_t,
    height: size_t,
    planeIndex: size_t,
    textureOut: *mut CVMetalTextureRef
) -> CVReturn