Type Alias wgpu_core::device::DeviceLostCallback
source · pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send + 'static>;
Aliased Type§
struct DeviceLostCallback(/* private fields */);
pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send + 'static>;
struct DeviceLostCallback(/* private fields */);