CVOpenGLTextureCacheCreate

Function CVOpenGLTextureCacheCreate 

Source
pub unsafe extern "C-unwind" fn CVOpenGLTextureCacheCreate(
    allocator: Option<&CFAllocator>,
    cache_attributes: Option<&CFDictionary>,
    cgl_context: CGLContextObj,
    cgl_pixel_format: CGLPixelFormatObj,
    texture_attributes: Option<&CFDictionary>,
    cache_out: NonNull<*mut CVOpenGLTextureCache>,
) -> CVReturn
👎Deprecated: renamed to CVOpenGLTextureCache::create
Available on crate feature CVOpenGLTextureCache and crate feature CVReturn and crate feature objc2-open-gl and macOS only.