PFNGLPROGRAMUNIFORMMATRIX4FVPROC

Type Alias PFNGLPROGRAMUNIFORMMATRIX4FVPROC 

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

Aliased Type§

pub enum PFNGLPROGRAMUNIFORMMATRIX4FVPROC {
    None,
    Some(unsafe extern "C" fn(u32, i32, i32, u8, *const f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.