mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#1656 Changelog update
This commit is contained in:
parent
b7f61df072
commit
00b6340715
@ -59,6 +59,8 @@
|
|||||||
- Fixed synchronization bug where pipeline barriers were placed based on the binding of resources instead of the draw/dispatch calls that use them.
|
- Fixed synchronization bug where pipeline barriers were placed based on the binding of resources instead of the draw/dispatch calls that use them.
|
||||||
- `SyncCommandBufferBuilder` and `UnsafeCommandBufferBuilder` accept any `IntoIterator` where they previously only accepted `Iterator`.
|
- `SyncCommandBufferBuilder` and `UnsafeCommandBufferBuilder` accept any `IntoIterator` where they previously only accepted `Iterator`.
|
||||||
- Updated ash to 0.33.0, vk.xml to 1.2.185, and ran `cargo update` to update other dependencies' patch versions.
|
- Updated ash to 0.33.0, vk.xml to 1.2.185, and ran `cargo update` to update other dependencies' patch versions.
|
||||||
|
- Add support for EXTENDED_SRGB_NONLINEAR_EXT color space.
|
||||||
|
- Better error message for wrong color space value
|
||||||
|
|
||||||
# Version 0.24.0 (2021-06-20)
|
# Version 0.24.0 (2021-06-20)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user