vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.48k stars 433 forks source link

Fix using `is_some` when checking for `None` in render subpass valida… #2489

Closed grego closed 6 months ago

grego commented 6 months ago
### Bugs fixed
- when checking whether `depth_stencil_resolve_attachment` is `None`, the `is_some` method was used
marc0246 commented 6 months ago

Thanks!