PFNGLSAMPLEMASKEXTPROC

Type Alias PFNGLSAMPLEMASKEXTPROC 

Source
pub type PFNGLSAMPLEMASKEXTPROC = Option<unsafe extern "C" fn(value: GLclampf, invert: GLboolean)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.