diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 9460309001..a028b29b22 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -265,7 +265,7 @@ bitflags::bitflags! { /// [`Features::TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES`] may enable additional usages. /// /// Supported Platforms: - /// - Intel/Vulkan + /// - Vulkan on Intel /// - Mobile (some) /// /// This is a web and native feature. @@ -280,7 +280,7 @@ bitflags::bitflags! { /// [`Features::TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES`] may enable additional usages. /// /// Supported Platforms: - /// - Intel/Vulkan + /// - Vulkan on Intel /// - Mobile (some) /// /// This is a web and native feature.