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