pub type WGPUProcDeviceForceLoss = Option<unsafe extern "C" fn(device: WGPUDevice, type_: WGPUDeviceLostReason, message: WGPUStringView)>;Aliased Type§
pub enum WGPUProcDeviceForceLoss {
None,
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUDeviceLostReason, WGPUStringView)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, WGPUDeviceLostReason, WGPUStringView))
Some value of type T.