From c89cabce94cbc5cd365599bd06c611f6aa6b9392 Mon Sep 17 00:00:00 2001 From: Graeme Leese Date: Mon, 31 Jan 2022 13:52:19 +0000 Subject: 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. --- include/spirv/unified1/spirv.core.grammar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, { -- cgit v1.2.3