This commit is contained in:
marc0246 2024-10-15 20:43:11 +02:00
parent 9c358806be
commit dc871fb0f7
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -149,6 +149,7 @@ Other:
- Vulkano-shaders: Support for Vulkan 1.3 target environment. - Vulkano-shaders: Support for Vulkan 1.3 target environment.
- Vulkano-shaders: Added `generate_structs: true` option that may be used to disable rust structs from generating. Useful in e.g. rust-gpu contexts where such functionality is not needed. - Vulkano-shaders: Added `generate_structs: true` option that may be used to disable rust structs from generating. Useful in e.g. rust-gpu contexts where such functionality is not needed.
- Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images. - Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images.
- Vulkano-util: Added a `transfer_queue` method to `VulkanoContext`.
### Bugs fixed ### Bugs fixed