pub unsafe extern "C-unwind" fn CVMetalTextureCacheCreateTextureFromImage(
allocator: Option<&CFAllocator>,
texture_cache: &CVMetalTextureCache,
source_image: &CVImageBuffer,
texture_attributes: Option<&CFDictionary>,
pixel_format: MTLPixelFormat,
width: usize,
height: usize,
plane_index: usize,
texture_out: NonNull<*mut CVMetalTexture>,
) -> CVReturn👎Deprecated: renamed to
CVMetalTextureCache::create_texture_from_imageAvailable on crate feature
CVBuffer and crate feature CVImageBuffer and crate feature CVMetalTexture and crate feature CVMetalTextureCache and crate feature CVReturn and crate feature objc2-metal and non-watchOS only.