PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC

Type Alias PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC 

Source
pub type PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC = Option<unsafe extern "C" fn(target: GLenum, index: GLuint, params: *mut GLdouble)>;

Aliased Type§

pub enum PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC {
    None,
    Some(unsafe extern "C" fn(u32, u32, *mut f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.