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-compiler.cpp | |
| parent | 085d1a603eac69f66b5357276ea07d1978832030 (diff) | |
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Diffstat (limited to 'source/slang/slang-compiler.cpp')
| -rw-r--r-- | source/slang/slang-compiler.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/slang-compiler.cpp b/source/slang/slang-compiler.cpp index fce01b770..cee104dc9 100644 --- a/source/slang/slang-compiler.cpp +++ b/source/slang/slang-compiler.cpp @@ -563,11 +563,6 @@ namespace Slang { return PassThroughMode::Dxc; } - case CodeGenTarget::GLSL_Vulkan: - case CodeGenTarget::GLSL_Vulkan_OneDesc: - { - return PassThroughMode::Glslang; - } case CodeGenTarget::MetalLib: case CodeGenTarget::MetalLibAssembly: { |
