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