pub type PFNGLCOLORTABLEEXTPROC = Option<unsafe extern "system" fn(target: u32, internalformat: u32, width: i32, format: u32, type: u32, data: *const c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.