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