Skip to content

Commit cc41e69

Browse files
committed
Review feedback 1
a. Remove multiple capabilities b. Add implicitly enable capability
1 parent 3bffad0 commit cc41e69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6219,7 +6219,7 @@
62196219
"name" : "'Intersection'"
62206220
}
62216221
],
6222-
"capabilities" : [ "RayQueryKHR", "RayTracingClusterAccelerationStructureNV" ],
6222+
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
62236223
"version" : "None"
62246224
},
62256225
{
@@ -6231,7 +6231,7 @@
62316231
{ "kind" : "IdResult" },
62326232
{ "kind" : "IdRef", "name" : "'Hit Object'" }
62336233
],
6234-
"capabilities" : [ "ShaderInvocationReorderNV" , "RayTracingClusterAccelerationStructureNV" ],
6234+
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
62356235
"version" : "None"
62366236
},
62376237
{
@@ -16311,6 +16311,7 @@
1631116311
{
1631216312
"enumerant" : "RayTracingClusterAccelerationStructureNV",
1631316313
"value" : 5437,
16314+
"capabilities" : [ "RayTracingKHR" ],
1631416315
"extensions" : [ "SPV_NV_cluster_acceleration_structure" ],
1631516316
"version" : "None"
1631616317
},

0 commit comments

Comments
 (0)