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