We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef4024 commit 536b21eCopy full SHA for 536b21e
doc/src/wgpu_hal/vulkan/adapter.rs.html
@@ -3607,7 +3607,7 @@
3607
features.set(
3608
F::EXPERIMENTAL_RAY_QUERY
3609
<span class="comment">// Although this doesn't really require ray queries, it does not make sense to be enabled if acceleration structures
3610
- // aren't enabled.
+ // aren't enabled.
3611
</span>| F::EXTENDED_ACCELERATION_STRUCTURE_VERTEX_FORMATS,
3612
supports_acceleration_structures && caps.supports_extension(khr::ray_query::NAME),
3613
);
0 commit comments