wgpu_core::device

Type Alias DeviceLostCallback

source
pub type DeviceLostCallback = Box<dyn Fn(DeviceLostReason, String) + Send + 'static>;

Aliased Typeยง

struct DeviceLostCallback(/* private fields */);