From 0574dca987edb83325f50b435767fa0c61bae2b8 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 12 Jun 2024 13:49:18 -0700 Subject: Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361) --- source/compiler-core/slang-artifact-desc-util.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/compiler-core') diff --git a/source/compiler-core/slang-artifact-desc-util.cpp b/source/compiler-core/slang-artifact-desc-util.cpp index 783833902..a4190992c 100644 --- a/source/compiler-core/slang-artifact-desc-util.cpp +++ b/source/compiler-core/slang-artifact-desc-util.cpp @@ -256,8 +256,6 @@ SLANG_HIERARCHICAL_ENUM(ArtifactStyle, SLANG_ARTIFACT_STYLE, SLANG_ARTIFACT_STYL { case SLANG_TARGET_UNKNOWN: return Desc::make(Kind::Unknown, Payload::None, Style::Unknown, 0); case SLANG_TARGET_NONE: return Desc::make(Kind::None, Payload::None, Style::Unknown, 0); - case SLANG_GLSL_VULKAN: - case SLANG_GLSL_VULKAN_ONE_DESC: case SLANG_GLSL: { // For the moment we Desc::make all just map to GLSL, but we could use flags -- cgit v1.2.3