Type Alias PFNGLVERTEXATTRIB2SARBPROC

Source
pub type PFNGLVERTEXATTRIB2SARBPROC = Option<unsafe extern "C" fn(index: GLuint, x: GLshort, y: GLshort)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.