Skip to content

Commit

Permalink
docs: note that GPU_BASED_VALIDATION implies VALIDATION
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Feb 9, 2024
1 parent fe0afc9 commit 11960c4
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 @@ -904,8 +904,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 the DX12 and
/// Vulkan backends.
/// Enable GPU-based validation. Implies [`Self::VALIDATION`]. Currently, this only changes
/// behavior on the DX12 and Vulkan backends.
///
/// Supported platforms:
///
Expand Down

0 comments on commit 11960c4

Please sign in to comment.