From d239361c1f5d5cfb8cee73382b1e8bc8476e3b29 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Tue, 30 Jan 2024 21:39:20 -0500 Subject: [PATCH] Update wgpu-types/src/lib.rs --- wgpu-types/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index f36c18c54d..bd3845b75c 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -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: ///