PFNGLOBJECTPTRLABELPROC

Type Alias PFNGLOBJECTPTRLABELPROC 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.