Type Alias PFNGLPROGRAMUNIFORM2UI64NVPROC

Source
pub type PFNGLPROGRAMUNIFORM2UI64NVPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, x: GLuint64EXT, y: GLuint64EXT)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.