Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Leese <gleese@broadcom.com>2022-01-31 16:52:19 +0300
committerGraeme Leese <gleese@broadcom.com>2022-01-31 16:52:19 +0300
commitc89cabce94cbc5cd365599bd06c611f6aa6b9392 (patch)
tree32e14414e2e05725360b6e2c828ac3975a921964
parentb42ba6d92faf6b4938e6f22ddd186dbdacc98d78 (diff)
Add EXT tag to capability to DemoteToHelperInvocationEXT
Normally the grammar uses the extension tagged capability names when talking about extension tagged instructions. Technically speaking they're the same capability, but it's nice to be consistent.
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json2
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 766a4ed..d680cc4 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -5029,7 +5029,7 @@
"opname" : "OpDemoteToHelperInvocationEXT",
"class" : "Control-Flow",
"opcode" : 5380,
- "capabilities" : [ "DemoteToHelperInvocation" ],
+ "capabilities" : [ "DemoteToHelperInvocationEXT" ],
"version" : "1.6"
},
{