Type Alias PFNGLDRAWARRAYSEXTPROC

Source
pub type PFNGLDRAWARRAYSEXTPROC = Option<unsafe extern "C" fn(mode: GLenum, first: GLint, count: GLsizei)>;

Aliased Type§

pub enum PFNGLDRAWARRAYSEXTPROC {
    None,
    Some(unsafe extern "C" fn(u32, i32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i32, i32))

Some value of type T.