pub type PFNGLDRAWARRAYSEXTPROC = Option<unsafe extern "system" fn(mode: u32, first: i32, count: i32)>;

Aliased Type§

enum PFNGLDRAWARRAYSEXTPROC {
    None,
    Some(unsafe extern "system" fn(_: u32, _: i32, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: i32, _: i32))

Some value of type T.