Type Alias WGPUProcDevicePushErrorScope

Source
pub type WGPUProcDevicePushErrorScope = Option<unsafe extern "C" fn(device: WGPUDevice, filter: WGPUErrorFilter)>;

Aliased Type§

pub enum WGPUProcDevicePushErrorScope {
    None,
    Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUErrorFilter)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.