PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC

Type Alias PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC 

Source
pub type PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC = Option<unsafe extern "C" fn(id: GLuint, len: GLsizei, name: *const GLubyte, v: *const GLdouble)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.