mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
style(vulkan): no trailing space after raytrace cap. negotiation (#7954)
This commit is contained in:
parent
49b773fde2
commit
76dba55e8d
@ -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),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user