diff options
| author | Yong He <yonghe@outlook.com> | 2024-06-12 13:49:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 13:49:18 -0700 |
| commit | 0574dca987edb83325f50b435767fa0c61bae2b8 (patch) | |
| tree | 82b159026dc58ced9271f1c23d134991e442c109 /source/slang/slang-type-layout.cpp | |
| parent | 085d1a603eac69f66b5357276ea07d1978832030 (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.cpp | 2 |
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: |
