mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Backends::DX12
: Note that this is available on Windows 10 *and* later.
This commit is contained in:
parent
4da46f35ef
commit
39d94dd322
@ -160,7 +160,7 @@ bitflags::bitflags! {
|
||||
const GL = 1 << Backend::Gl as u32;
|
||||
/// Supported on macOS/iOS
|
||||
const METAL = 1 << Backend::Metal as u32;
|
||||
/// Supported on Windows 10
|
||||
/// Supported on Windows 10 and later
|
||||
const DX12 = 1 << Backend::Dx12 as u32;
|
||||
/// Supported when targeting the web through webassembly with the `webgpu` feature enabled.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user