Skip to content

Commit

Permalink
Backends::DX12: Note that this is available on Windows 10 *and* later.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and teoxoy committed Feb 5, 2024
1 parent 4da46f3 commit 39d94dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 39d94dd

Please sign in to comment.