This commit is contained in:
Rua 2024-03-02 15:31:46 +01:00 committed by GitHub
parent eac4faea71
commit 50d82cdcde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,7 @@ Changes to vulkano-util:
- Support for querying memory requirements directly from the device.
- Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images.
- Support for the `glam` crate in the `type_for_format` macro.
- Added `DepthState::reverse` helper method.
### Bugs fixed