Skip to content

Commit

Permalink
Merge pull request #295 from KhronosGroup/fix_omm
Browse files Browse the repository at this point in the history
Fix extension for RayTracingOpacityMicromapEXT
  • Loading branch information
johnkslang authored Oct 5, 2022
2 parents 000c5f0 + ef8bbc5 commit 9cae924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -13920,7 +13920,7 @@
"enumerant" : "RayTracingOpacityMicromapEXT",
"value" : 5381,
"capabilities" : [ "RayQueryKHR","RayTracingKHR" ],
"extensions" : [ "SPV_KHR_ray_query","SPV_KHR_ray_tracing" ],
"extensions" : [ "SPV_EXT_opacity_micromap" ],
"version" : "None"
},
{
Expand Down

0 comments on commit 9cae924

Please sign in to comment.