PFNGLGETOBJECTPTRLABELPROC

Type Alias PFNGLGETOBJECTPTRLABELPROC 

Source
pub type PFNGLGETOBJECTPTRLABELPROC = Option<unsafe extern "C" fn(ptr: *const c_void, bufSize: GLsizei, length: *mut GLsizei, label: *mut GLchar)>;

Aliased Type§

pub enum PFNGLGETOBJECTPTRLABELPROC {
    None,
    Some(unsafe extern "C" fn(*const c_void, i32, *mut i32, *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, i32, *mut i32, *mut i8))

Some value of type T.