Enum wgpu_types::Backend [−][src]
#[repr(u8)]
pub enum Backend {
Empty,
Vulkan,
Metal,
Dx12,
Dx11,
Gl,
BrowserWebGpu,
}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
impl StructuralEq for Backend[src]
impl StructuralEq for Backend[src]impl StructuralPartialEq for Backend[src]
impl StructuralPartialEq for Backend[src]Auto Trait Implementations
impl RefUnwindSafe for Backend
impl RefUnwindSafe for Backendimpl UnwindSafe for Backend
impl UnwindSafe for Backend