Skip to content

Commit 95dc1aa

Browse files
authored
Add DisplacementMicromapNV to the capabilities enabling OpTypeAccelerationStructureKHR (KhronosGroup#508)
1 parent 8e82b7c commit 95dc1aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6300,8 +6300,8 @@
63006300
"operands" : [
63016301
{ "kind" : "IdResult" }
63026302
],
6303-
"capabilities" : [ "RayTracingNV" , "RayTracingKHR", "RayQueryKHR" ],
6304-
"extensions" : [ "SPV_NV_ray_tracing" , "SPV_KHR_ray_tracing", "SPV_KHR_ray_query" ],
6303+
"capabilities" : [ "RayTracingNV" , "RayTracingKHR", "RayQueryKHR", "DisplacementMicromapNV" ],
6304+
"extensions" : [ "SPV_NV_ray_tracing" , "SPV_KHR_ray_tracing", "SPV_KHR_ray_query", "SPV_NV_displacement_micromap" ],
63056305
"version" : "None"
63066306
},
63076307
{

0 commit comments

Comments
 (0)