vulkano-rs / vulkano

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

Use `vkGetDeviceQueue2` on Vulkan 1.1 and above #2466

Closed Rua closed 7 months ago

Rua commented 7 months ago

Changelog:

### Breaking changes
Changes to queues:
- The `Queue::id_within_family` method is renamed to `queue_index` to match Vulkan.

This passes the flags and also allows future extensions if needed.