Type Alias PFNGLBINORMAL3SVEXTPROC

Source
pub type PFNGLBINORMAL3SVEXTPROC = Option<unsafe extern "C" fn(v: *const GLshort)>;

Aliased Type§

pub enum PFNGLBINORMAL3SVEXTPROC {
    None,
    Some(unsafe extern "C" fn(*const i16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i16))

Some value of type T.