Skip to content

Commit f1e0d8b

Browse files
Add Type-Declaration for extended types (KhronosGroup#392)
1 parent d5acd42 commit f1e0d8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4856,7 +4856,7 @@
48564856
},
48574857
{
48584858
"opname" : "OpTypeRayQueryKHR",
4859-
"class" : "Reserved",
4859+
"class" : "Type-Declaration",
48604860
"opcode" : 4472,
48614861
"operands" : [
48624862
{ "kind" : "IdResult" }
@@ -5693,7 +5693,7 @@
56935693
},
56945694
{
56955695
"opname" : "OpTypeHitObjectNV",
5696-
"class" : "Reserved",
5696+
"class" : "Type-Declaration",
56975697
"opcode" : 5281,
56985698
"operands" : [
56995699
{ "kind" : "IdResult" }
@@ -5932,7 +5932,7 @@
59325932
},
59335933
{
59345934
"opname" : "OpTypeAccelerationStructureNV",
5935-
"class" : "Reserved",
5935+
"class" : "Type-Declaration",
59365936
"opcode" : 5341,
59375937
"operands" : [
59385938
{ "kind" : "IdResult" }
@@ -5943,7 +5943,7 @@
59435943
},
59445944
{
59455945
"opname" : "OpTypeAccelerationStructureKHR",
5946-
"class" : "Reserved",
5946+
"class" : "Type-Declaration",
59475947
"opcode" : 5341,
59485948
"operands" : [
59495949
{ "kind" : "IdResult" }
@@ -5967,7 +5967,7 @@
59675967
},
59685968
{
59695969
"opname" : "OpTypeCooperativeMatrixNV",
5970-
"class" : "Reserved",
5970+
"class" : "Type-Declaration",
59715971
"opcode" : 5358,
59725972
"operands" : [
59735973
{ "kind" : "IdResult" },

0 commit comments

Comments
 (0)