Type Alias PFNGLVERTEXATTRIB2SVPROC

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.