PFNGLPROGRAMLOCALPARAMETERSI4IVNVPROC

Type Alias PFNGLPROGRAMLOCALPARAMETERSI4IVNVPROC 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.