Type Alias PFNGLPROGRAMUNIFORM3I64ARBPROC

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i32, i64, i64, i64))

Some value of type T.