Type Alias PFNGLPROGRAMUNIFORM3DVEXTPROC

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.