Type Alias surfman::platform::unix::default::device::Device

source ·
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),
}

Variants§

§

Default(Device<Device, Device>)

The default device type.

§

Alternate(Device)

The alternate device type.