diff options
author | pradyumans <95509728+pradyumans@users.noreply.github.com> | 2023-10-04 08:44:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 08:44:53 -0700 |
commit | e867c06631767a2d96424cbec530f9ee5e78180f (patch) | |
tree | c7f28f5c3703fa9185b9880517c95eedd34f44ab /include/spirv/unified1/spirv.h | |
parent | f62c82d6b74992641aae1f8db75867b2e53aff08 (diff) | |
download | SPIRV-Headers-upstream.tar.gz SPIRV-Headers-upstream.tar.bz2 SPIRV-Headers-upstream.zip |
Add a Source Language for Slang (#383)upstream/1.3.268upstream
* Add a Source Language for Slang
* Changed src lang name from SLANG to Slang
Diffstat (limited to 'include/spirv/unified1/spirv.h')
-rw-r--r-- | include/spirv/unified1/spirv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.h b/include/spirv/unified1/spirv.h index 2a9650e..bae4784 100644 --- a/include/spirv/unified1/spirv.h +++ b/include/spirv/unified1/spirv.h @@ -76,6 +76,7 @@ typedef enum SpvSourceLanguage_ { SpvSourceLanguageHERO_C = 8, SpvSourceLanguageNZSL = 9, SpvSourceLanguageWGSL = 10, + SpvSourceLanguageSlang = 11, SpvSourceLanguageMax = 0x7fffffff, } SpvSourceLanguage; |