Type Alias PFNGLPROGRAMUNIFORM3UI64VNVPROC

Source
pub type PFNGLPROGRAMUNIFORM3UI64VNVPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, count: GLsizei, value: *const GLuint64EXT)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.