pub type Device = Device<Device<Device, Device>, Device>;
Expand description
A thread-local handle to a device.
Devices contain most of the relevant surface management methods.
Aliased Type§
enum Device {
Default(Device<Device, Device>),
Alternate(Device),
}