Type Alias wgpu_hal::gles::egl::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)>;

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.