Type Alias PFNGLNAMEDSTRINGARBPROC

Source
pub type PFNGLNAMEDSTRINGARBPROC = Option<unsafe extern "C" fn(type_: GLenum, namelen: GLint, name: *const GLchar, stringlen: GLint, string: *const GLchar)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.