Skip to content

Commit

Permalink
fixup! Adds SPV_KHR_relaxed_extended_instruction
Browse files Browse the repository at this point in the history
fix order
  • Loading branch information
Keenuts committed May 30, 2024
1 parent d22205b commit f36e30a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,6 @@
],
"version": "1.0"
},
{
"opname" : "OpExtInstWithForwardRefs",
"class" : "Extension",
"opcode" : 4433,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Set'" },
{ "kind" : "LiteralExtInstInteger", "name" : "'Instruction'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Operand 1', +\n'Operand 2', +\n..." }
],
"extensions" : [ "SPV_KHR_relaxed_extended_instruction" ],
"version": "None"
},
{
"opname" : "OpMemoryModel",
"class" : "Mode-Setting",
Expand Down Expand Up @@ -4575,6 +4561,20 @@
"extensions" : [ "SPV_KHR_ray_tracing" ],
"version" : "None"
},
{
"opname" : "OpExtInstWithForwardRefs",
"class" : "Extension",
"opcode" : 4433,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Set'" },
{ "kind" : "LiteralExtInstInteger", "name" : "'Instruction'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Operand 1', +\n'Operand 2', +\n..." }
],
"extensions" : [ "SPV_KHR_relaxed_extended_instruction" ],
"version": "None"
},
{
"opname" : "OpExecuteCallableKHR",
"class" : "Reserved",
Expand Down

0 comments on commit f36e30a

Please sign in to comment.