#1695 Changelog update

This commit is contained in:
Ilya Lakhin 2021-09-06 03:43:18 +07:00
parent d655c6adcb
commit 51159be4ec

View File

@ -73,6 +73,7 @@
- time 0.2 > 0.3
- `AttachmentImage::current_layer_levels_access()` now returns the correct range which solves pipeline barriers only affecting the first layers of of a multi-layer `AttachmentImage`.
- A new Vulkano-shaders macro option `shaders` to compile several shaders in a single macro invocation producing generated Rust structs common for all specified shaders without duplications. This feature improves type-safe interoperability between shaders.
- Fixed CommandBufferExecFuture adding the command buffer to queue submission after being flushed.
# Version 0.25.0 (2021-08-10)