Type Alias EGLDEBUGPROCKHR

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(u32, *const i8, u32, *const c_void, *const c_void, *const i8))

Some value of type T.