Type Alias PFNGLGETNAMEDSTRINGIVARBPROC

Source
pub type PFNGLGETNAMEDSTRINGIVARBPROC = Option<unsafe extern "C" fn(namelen: GLint, name: *const GLchar, pname: GLenum, params: *mut GLint)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.