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