PFNGLGETCLIPPLANEFOESPROC

Type Alias PFNGLGETCLIPPLANEFOESPROC 

Source
pub type PFNGLGETCLIPPLANEFOESPROC = Option<unsafe extern "C" fn(plane: GLenum, equation: *mut GLfloat)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.