CVOpenGLBufferPoolCreate

Function CVOpenGLBufferPoolCreate 

Source
pub unsafe extern "C-unwind" fn CVOpenGLBufferPoolCreate(
    allocator: Option<&CFAllocator>,
    pool_attributes: Option<&CFDictionary>,
    open_gl_buffer_attributes: Option<&CFDictionary>,
    pool_out: NonNull<*mut CVOpenGLBufferPool>,
) -> CVReturn
👎Deprecated: renamed to CVOpenGLBufferPool::create
Available on crate features CVOpenGLBufferPool and CVReturn only.