Skip to content

Commit c89cabc

Browse files
committed
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.
1 parent b42ba6d commit c89cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,7 @@
50295029
"opname" : "OpDemoteToHelperInvocationEXT",
50305030
"class" : "Control-Flow",
50315031
"opcode" : 5380,
5032-
"capabilities" : [ "DemoteToHelperInvocation" ],
5032+
"capabilities" : [ "DemoteToHelperInvocationEXT" ],
50335033
"version" : "1.6"
50345034
},
50355035
{

0 commit comments

Comments
 (0)