wgpu_core::device

Type Alias DeviceLostClosure

source
pub type DeviceLostClosure = Box<dyn FnOnce(DeviceLostReason, String) + Send + 'static>;
Available on send_sync only.

Aliased Typeยง

struct DeviceLostClosure(/* private fields */);