From 6514b221451471ed2c765528fea19984441dcf60 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 15 Jul 2021 07:20:21 +0200 Subject: [PATCH] Removed metal from platforms that support multi draw indirect --- wgpu-types/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index f81be32a14..1b96cfdca2 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -329,7 +329,6 @@ bitflags::bitflags! { /// /// Supported platforms: /// - DX12 - /// - Metal /// - Vulkan /// /// This is a native only feature.