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/compiler-core | |
| parent | 085d1a603eac69f66b5357276ea07d1978832030 (diff) | |
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Diffstat (limited to 'source/compiler-core')
| -rw-r--r-- | source/compiler-core/slang-artifact-desc-util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/compiler-core/slang-artifact-desc-util.cpp b/source/compiler-core/slang-artifact-desc-util.cpp index 783833902..a4190992c 100644 --- a/source/compiler-core/slang-artifact-desc-util.cpp +++ b/source/compiler-core/slang-artifact-desc-util.cpp @@ -256,8 +256,6 @@ SLANG_HIERARCHICAL_ENUM(ArtifactStyle, SLANG_ARTIFACT_STYLE, SLANG_ARTIFACT_STYL { case SLANG_TARGET_UNKNOWN: return Desc::make(Kind::Unknown, Payload::None, Style::Unknown, 0); case SLANG_TARGET_NONE: return Desc::make(Kind::None, Payload::None, Style::Unknown, 0); - case SLANG_GLSL_VULKAN: - case SLANG_GLSL_VULKAN_ONE_DESC: case SLANG_GLSL: { // For the moment we Desc::make all just map to GLSL, but we could use flags |
