PFNGLCLIPPLANEFOESPROC

Type Alias PFNGLCLIPPLANEFOESPROC 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.