PFNGLWINDOWPOS2DMESAPROC

Type Alias PFNGLWINDOWPOS2DMESAPROC 

Source
pub type PFNGLWINDOWPOS2DMESAPROC = Option<unsafe extern "C" fn(x: GLdouble, y: GLdouble)>;

Aliased Type§

pub enum PFNGLWINDOWPOS2DMESAPROC {
    None,
    Some(unsafe extern "C" fn(f64, f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f64, f64))

Some value of type T.