PFNGLGETINFOLOGARBPROC

Type Alias PFNGLGETINFOLOGARBPROC 

Source
pub type PFNGLGETINFOLOGARBPROC = Option<unsafe extern "C" fn(obj: GLhandleARB, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLcharARB)>;

Aliased Type§

pub enum PFNGLGETINFOLOGARBPROC {
    None,
    Some(unsafe extern "C" fn(u32, i32, *mut i32, *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.