aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.hpp
diff options
context:
space:
mode:
authorpradyumans <95509728+pradyumans@users.noreply.github.com>2023-10-04 08:44:53 -0700
committerGitHub <noreply@github.com>2023-10-04 08:44:53 -0700
commite867c06631767a2d96424cbec530f9ee5e78180f (patch)
treec7f28f5c3703fa9185b9880517c95eedd34f44ab /include/spirv/unified1/spirv.hpp
parentf62c82d6b74992641aae1f8db75867b2e53aff08 (diff)
downloadSPIRV-Headers-e867c06631767a2d96424cbec530f9ee5e78180f.tar.gz
Add a Source Language for Slang (#383)
* Add a Source Language for Slang * Changed src lang name from SLANG to Slang
Diffstat (limited to 'include/spirv/unified1/spirv.hpp')
-rw-r--r--include/spirv/unified1/spirv.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.hpp b/include/spirv/unified1/spirv.hpp
index 0cdf36c..1531e8b 100644
--- a/include/spirv/unified1/spirv.hpp
+++ b/include/spirv/unified1/spirv.hpp
@@ -72,6 +72,7 @@ enum SourceLanguage {
SourceLanguageHERO_C = 8,
SourceLanguageNZSL = 9,
SourceLanguageWGSL = 10,
+ SourceLanguageSlang = 11,
SourceLanguageMax = 0x7fffffff,
};