Skip to content

Commit

Permalink
Add Type-Declaration for extended types (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-lunarg authored Dec 6, 2023
1 parent d5acd42 commit f1e0d8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4856,7 +4856,7 @@
},
{
"opname" : "OpTypeRayQueryKHR",
"class" : "Reserved",
"class" : "Type-Declaration",
"opcode" : 4472,
"operands" : [
{ "kind" : "IdResult" }
Expand Down Expand Up @@ -5693,7 +5693,7 @@
},
{
"opname" : "OpTypeHitObjectNV",
"class" : "Reserved",
"class" : "Type-Declaration",
"opcode" : 5281,
"operands" : [
{ "kind" : "IdResult" }
Expand Down Expand Up @@ -5932,7 +5932,7 @@
},
{
"opname" : "OpTypeAccelerationStructureNV",
"class" : "Reserved",
"class" : "Type-Declaration",
"opcode" : 5341,
"operands" : [
{ "kind" : "IdResult" }
Expand All @@ -5943,7 +5943,7 @@
},
{
"opname" : "OpTypeAccelerationStructureKHR",
"class" : "Reserved",
"class" : "Type-Declaration",
"opcode" : 5341,
"operands" : [
{ "kind" : "IdResult" }
Expand All @@ -5967,7 +5967,7 @@
},
{
"opname" : "OpTypeCooperativeMatrixNV",
"class" : "Reserved",
"class" : "Type-Declaration",
"opcode" : 5358,
"operands" : [
{ "kind" : "IdResult" },
Expand Down

0 comments on commit f1e0d8b

Please sign in to comment.