diff options
author | Henry Rose <heroseh@protonmail.com> | 2023-05-31 07:27:21 +0100 |
---|---|---|
committer | Henry Rose <heroseh@protonmail.com> | 2023-05-31 07:27:21 +0100 |
commit | 30e0e73ab5131c199534e6de7ed7d503eba65b80 (patch) | |
tree | 8b9f154940a3dc3df57dcc60be05431bcce92e2c /include/spirv | |
parent | fc2395fd2f155f08cfb7ccef3545827c2333dce6 (diff) | |
download | SPIRV-Headers-30e0e73ab5131c199534e6de7ed7d503eba65b80.tar.gz SPIRV-Headers-30e0e73ab5131c199534e6de7ed7d503eba65b80.tar.bz2 SPIRV-Headers-30e0e73ab5131c199534e6de7ed7d503eba65b80.zip |
add HERO_C to the source language enumeration
Diffstat (limited to 'include/spirv')
-rw-r--r-- | include/spirv/unified1/spirv.core.grammar.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json index 21fdc41..b2423e8 100644 --- a/include/spirv/unified1/spirv.core.grammar.json +++ b/include/spirv/unified1/spirv.core.grammar.json @@ -10067,7 +10067,7 @@ "value" : 7 }, { - "enumerant" : "C", + "enumerant" : "HERO_C", "value" : 8 } ] |