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§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUErrorFilter))
Some value of type T.