Skip to content

Commit

Permalink
Review feedback 1
Browse files Browse the repository at this point in the history
a. Remove multiple capabilities
b. Add implicitly enable capability
  • Loading branch information
alelenv committed Jan 29, 2025
1 parent 3bffad0 commit cc41e69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -6219,7 +6219,7 @@
"name" : "'Intersection'"
}
],
"capabilities" : [ "RayQueryKHR", "RayTracingClusterAccelerationStructureNV" ],
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
"version" : "None"
},
{
Expand All @@ -6231,7 +6231,7 @@
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Hit Object'" }
],
"capabilities" : [ "ShaderInvocationReorderNV" , "RayTracingClusterAccelerationStructureNV" ],
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
"version" : "None"
},
{
Expand Down Expand Up @@ -16311,6 +16311,7 @@
{
"enumerant" : "RayTracingClusterAccelerationStructureNV",
"value" : 5437,
"capabilities" : [ "RayTracingKHR" ],
"extensions" : [ "SPV_NV_cluster_acceleration_structure" ],
"version" : "None"
},
Expand Down

0 comments on commit cc41e69

Please sign in to comment.