PFNGLPROGRAMLOCALPARAMETER4FVARBPROC

Type Alias PFNGLPROGRAMLOCALPARAMETER4FVARBPROC 

Source
pub type PFNGLPROGRAMLOCALPARAMETER4FVARBPROC = Option<unsafe extern "C" fn(target: GLenum, index: GLuint, params: *const GLfloat)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.