Type Alias PFNGLPROGRAMUNIFORM2I64VARBPROC

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.