Skip to content

Commit de1807b

Browse files
author
Victor Lomuller
authored
Use less confusing name for OpGroupNonUniformBroadcast and OpGroupNonUniformShuffle (KhronosGroup#535)
1 parent c8ad050 commit de1807b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3918,7 +3918,7 @@
39183918
{ "kind" : "IdResult" },
39193919
{ "kind" : "IdScope", "name" : "Execution" },
39203920
{ "kind" : "IdRef", "name" : "Value" },
3921-
{ "kind" : "IdRef", "name" : "Id" }
3921+
{ "kind" : "IdRef", "name" : "Invocation Id" }
39223922
],
39233923
"capabilities" : [ "GroupNonUniformBallot" ],
39243924
"version" : "1.3"
@@ -4025,7 +4025,7 @@
40254025
{ "kind" : "IdResult" },
40264026
{ "kind" : "IdScope", "name" : "Execution" },
40274027
{ "kind" : "IdRef", "name" : "Value" },
4028-
{ "kind" : "IdRef", "name" : "Id" }
4028+
{ "kind" : "IdRef", "name" : "Invocation Id" }
40294029
],
40304030
"capabilities" : [ "GroupNonUniformShuffle" ],
40314031
"version" : "1.3"

0 commit comments

Comments
 (0)