pub type PFNGLCOLORPOINTEREXTPROC = Option<unsafe extern "system" fn(size: i32, type: u32, stride: i32, count: i32, pointer: *const c_void)>;

Aliased Type§

enum PFNGLCOLORPOINTEREXTPROC {
    None,
    Some(unsafe extern "system" fn(_: i32, _: u32, _: i32, _: i32, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: i32, _: u32, _: i32, _: i32, _: *const c_void))

Some value of type T.