aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2018-05-10 10:30:32 -0600
committerJohn Kessenich <cepheus@frii.com>2018-05-10 10:30:32 -0600
commit3a9bf0b12a5b1a0a4996b0066f1451345c293546 (patch)
treea837ff6bff2a3a6eb6b0b8dda12d1e97355aa7f6
parent8ae030235edffd199094fcbfb6d9eb02179685f7 (diff)
downloadSPIRV-Headers-3a9bf0b12a5b1a0a4996b0066f1451345c293546.tar.gz
Fixes two internal bugs:
- 299: Add the ImageGatherExtended capability to ConstOffsets - 285: Remove Kernel as a capability implicitly declared by Int8
-rwxr-xr-xinclude/spirv/unified1/spirv.core.grammar.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 01f98ae..031f4ef 100755
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -3991,6 +3991,7 @@
{
"enumerant" : "ConstOffsets",
"value" : "0x0020",
+ "capabilities" : [ "ImageGatherExtended" ],
"parameters" : [
{ "kind" : "IdRef" }
]
@@ -6260,8 +6261,7 @@
},
{
"enumerant" : "Int8",
- "value" : 39,
- "capabilities" : [ "Kernel" ]
+ "value" : 39
},
{
"enumerant" : "InputAttachment",