vulkano-rs / vulkano

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

Add support for querying memory requirements directly from the device #2470

Closed Rua closed 6 months ago

Rua commented 6 months ago

Changelog:

### Additions
- Support for querying memory requirements directly from the device.

This adds two of the functions from the khr_maintenance4 extension. I've left out the third (sparse memory requirements) to be added when sparse memory is properly implemented.