PFNGLWINDOWPOS4DVMESAPROC

Type Alias PFNGLWINDOWPOS4DVMESAPROC 

Source
pub type PFNGLWINDOWPOS4DVMESAPROC = Option<unsafe extern "C" fn(v: *const GLdouble)>;

Aliased Type§

pub enum PFNGLWINDOWPOS4DVMESAPROC {
    None,
    Some(unsafe extern "C" fn(*const f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const f64))

Some value of type T.