summaryrefslogtreecommitdiff
path: root/source/slang/slang-type-layout.cpp
diff options
context:
space:
mode:
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: