Type Alias windows::Win32::Graphics::OpenGL::PFNGLDRAWRANGEELEMENTSWINPROC
pub type PFNGLDRAWRANGEELEMENTSWINPROC = Option<unsafe extern "system" fn(mode: u32, start: u32, end: u32, count: i32, type: u32, indices: *const c_void)>;
Aliased Type§
enum PFNGLDRAWRANGEELEMENTSWINPROC {
None,
Some(unsafe extern "system" fn(_: u32, _: u32, _: u32, _: i32, _: u32, _: *const c_void)),
}