style(vulkan): no trailing space after raytrace cap. negotiation (#7954)

This commit is contained in:
Erich Gubler 2025-07-16 17:16:29 -04:00 committed by GitHub
parent 49b773fde2
commit 76dba55e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -807,7 +807,7 @@ impl PhysicalDeviceFeatures {
features.set(
F::EXPERIMENTAL_RAY_QUERY
// Although this doesn't really require ray queries, it does not make sense to be enabled if acceleration structures
// aren't enabled.
// aren't enabled.
| F::EXTENDED_ACCELERATION_STRUCTURE_VERTEX_FORMATS,
supports_acceleration_structures && caps.supports_extension(khr::ray_query::NAME),
);