Type Alias WGPUProcDeviceInjectError

Source
pub type WGPUProcDeviceInjectError = Option<unsafe extern "C" fn(device: WGPUDevice, type_: WGPUErrorType, message: WGPUStringView)>;

Aliased Type§

pub enum WGPUProcDeviceInjectError {
    None,
    Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUErrorType, WGPUStringView)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUErrorType, WGPUStringView))

Some value of type T.