pub type PFNGLPROGRAMUNIFORM3UI64NVPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, x: GLuint64EXT, y: GLuint64EXT, z: GLuint64EXT)>;
Aliased Type§
pub enum PFNGLPROGRAMUNIFORM3UI64NVPROC {
None,
Some(unsafe extern "C" fn(u32, i32, u64, u64, u64)),
}