Type Alias windows::Win32::Graphics::OpenGL::PFNGLDRAWARRAYSEXTPROC
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)),
}