pub type PFNGLCOLORTABLEEXTPROC = Option<unsafe extern "C" fn(target: GLenum, internalFormat: GLenum, width: GLsizei, format: GLenum, type_: GLenum, table: *const c_void)>;Aliased Type§
pub enum PFNGLCOLORTABLEEXTPROC {
None,
Some(unsafe extern "C" fn(u32, u32, i32, u32, u32, *const c_void)),
}