Type Alias PFNGLPROGRAMUNIFORM4I64NVPROC

Source
pub type PFNGLPROGRAMUNIFORM4I64NVPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, x: GLint64EXT, y: GLint64EXT, z: GLint64EXT, w: GLint64EXT)>;

Aliased Type§

pub enum PFNGLPROGRAMUNIFORM4I64NVPROC {
    None,
    Some(unsafe extern "C" fn(u32, i32, i64, i64, i64, i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.