Update wgpu-types/src/lib.rs

This commit is contained in:
Connor Fitzgerald 2024-01-30 21:39:20 -05:00 committed by Erich Gubler
parent 01f77667a0
commit d239361c1f

View File

@ -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:
///