CVOpenGLTextureCacheCreateTextureFromImage

Function CVOpenGLTextureCacheCreateTextureFromImage 

Source
pub unsafe extern "C-unwind" fn CVOpenGLTextureCacheCreateTextureFromImage(
    allocator: Option<&CFAllocator>,
    texture_cache: &CVOpenGLTextureCache,
    source_image: &CVImageBuffer,
    attributes: Option<&CFDictionary>,
    texture_out: NonNull<*mut CVOpenGLTexture>,
) -> CVReturn
👎Deprecated: renamed to CVOpenGLTextureCache::create_texture_from_image
Available on crate features CVBuffer and CVImageBuffer and CVOpenGLTexture and CVOpenGLTextureCache and CVReturn only.