Enum wgpu_types::DeviceType [−][src]
#[repr(u8)]
pub enum DeviceType {
Other,
IntegratedGpu,
DiscreteGpu,
VirtualGpu,
Cpu,
}Expand description
Supported physical device types.
Variants
Other.
Integrated GPU with shared CPU/GPU memory.
Discrete GPU with separate CPU/GPU memory.
Virtual / Hosted.
Cpu / Software Rendering.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceTypeimpl Send for DeviceTypeimpl Sync for DeviceTypeimpl Unpin for DeviceTypeimpl UnwindSafe for DeviceTypeBlanket Implementations
Mutably borrows from an owned value. Read more