Type Alias PFNGLGETMULTISAMPLEFVPROC

Source
pub type PFNGLGETMULTISAMPLEFVPROC = Option<unsafe extern "C" fn(pname: GLenum, index: GLuint, val: *mut GLfloat)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.