Enum wgpu_types::Backend [−][src]
#[repr(u8)]
pub enum Backend {
Empty,
Vulkan,
Metal,
Dx12,
Dx11,
Gl,
BrowserWebGpu,
}Expand description
Backends supported by wgpu.
Variants
Dummy backend, used for testing.
Vulkan API
Metal API (Apple platforms)
Direct3D-12 (Windows)
Direct3D-11 (Windows)
OpenGL ES-3 (Linux, Android)
WebGPU in the browser
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Backendimpl UnwindSafe for BackendBlanket Implementations
Mutably borrows from an owned value. Read more