Type Alias wgpu::core::device::DeviceLostCallback

pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send>;
Available on wgpu_core and send_sync only.

Aliased Type§

struct DeviceLostCallback(/* private fields */);