Type Alias PFNGLWEIGHTSVARBPROC

Source
pub type PFNGLWEIGHTSVARBPROC = Option<unsafe extern "C" fn(size: GLint, weights: *const GLshort)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.