This commit is contained in:
marc0246 2024-02-21 09:31:45 +01:00
parent d60677b59e
commit 89e75cae2d
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -95,6 +95,7 @@ Changes to vulkano-util:
- Vulkano-shaders: Support for Vulkan 1.3 target environment.
- 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.
### Bugs fixed