PFNGLWINDOWPOS2FMESAPROC

Type Alias PFNGLWINDOWPOS2FMESAPROC 

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

Aliased Type§

pub enum PFNGLWINDOWPOS2FMESAPROC {
    None,
    Some(unsafe extern "C" fn(f32, f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.