From 0155b5a0c2b0829cd169ded08dc3820551182fab Mon Sep 17 00:00:00 2001 From: Duncan Date: Thu, 23 Feb 2023 05:50:00 -0800 Subject: [PATCH] replace "Intel/Vulkan" w/ "Vulkan on Intel" (#3521) --- 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 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.