type EGLDEBUGPROCKHR = Option<unsafe extern "system" fn(error: Enum, command: *const c_char, message_type: u32, thread_label: *const c_void, object_label: *const c_void, message: *const c_char)>;
Available on
gles
and neither Windows nor webgl
only.Aliased Type§
enum EGLDEBUGPROCKHR {
None,
Some(unsafe extern "system" fn(_: u32, _: *const i8, _: u32, _: *const c_void, _: *const c_void, _: *const i8)),
}