diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index d0a1a4b6f58..fd4624e66e6 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -312,8 +312,6 @@ bitflags::bitflags! { /// Allows the [`wgpu::TextureUsages::STORAGE_BINDING`] usage on textures with format [`TextureFormat::Bgra8unorm`] /// - /// Note: this is not supported in naga yet. - /// /// Supported Platforms: /// - Vulkan /// - DX12