Skip to content

Commit

Permalink
Update wgpu-types/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored and ErichDonGubler committed Jan 31, 2024
1 parent 01f7766 commit d239361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ bitflags::bitflags! {
/// This mainly applies to a Vulkan driver's compliance version. If the major compliance version
/// is `0`, then the driver is ignored. This flag allows that driver to be enabled for testing.
const ALLOW_UNDERLYING_NONCOMPLIANT_ADAPTER = 1 << 3;
/// Enable GPU-based validation. Currently, this only changes behavior on DX12 and Vulkan
/// back ends.
/// Enable GPU-based validation. Currently, this only changes behavior on the DX12
/// backend.
///
/// Supported platforms:
///
Expand Down

0 comments on commit d239361

Please sign in to comment.