summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-type-layout.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-06-12 13:49:18 -0700
committerGitHub <noreply@github.com>2024-06-12 13:49:18 -0700
commit0574dca987edb83325f50b435767fa0c61bae2b8 (patch)
tree82b159026dc58ced9271f1c23d134991e442c109 /source/slang/slang-type-layout.cpp
parent085d1a603eac69f66b5357276ea07d1978832030 (diff)
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Diffstat (limited to 'source/slang/slang-type-layout.cpp')
-rw-r--r--source/slang/slang-type-layout.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-type-layout.cpp b/source/slang/slang-type-layout.cpp
index bc7e4608f..623483efe 100644
--- a/source/slang/slang-type-layout.cpp
+++ b/source/slang/slang-type-layout.cpp
@@ -2030,8 +2030,6 @@ SourceLanguage getIntermediateSourceLanguageForTarget(TargetProgram* targetProgr
switch (targetProgram->getTargetReq()->getTarget())
{
case CodeGenTarget::GLSL:
- case CodeGenTarget::GLSL_Vulkan:
- case CodeGenTarget::GLSL_Vulkan_OneDesc:
// If we aren't emitting directly we are going to output GLSL to feed to GLSLANG
case CodeGenTarget::SPIRV:
case CodeGenTarget::SPIRVAssembly: