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-emit-c-like.cpp | |
| parent | 085d1a603eac69f66b5357276ea07d1978832030 (diff) | |
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Diffstat (limited to 'source/slang/slang-emit-c-like.cpp')
| -rw-r--r-- | source/slang/slang-emit-c-like.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-emit-c-like.cpp b/source/slang/slang-emit-c-like.cpp index 81b68038e..448a67bb9 100644 --- a/source/slang/slang-emit-c-like.cpp +++ b/source/slang/slang-emit-c-like.cpp @@ -58,8 +58,6 @@ struct CLikeSourceEmitter::ComputeEmitActionsContext return SourceLanguage::Unknown; } case CodeGenTarget::GLSL: - case CodeGenTarget::GLSL_Vulkan: - case CodeGenTarget::GLSL_Vulkan_OneDesc: { return SourceLanguage::GLSL; } |
