0.32.1 Changelog

This commit is contained in:
Austin Johnson 2022-11-09 02:14:06 -06:00 committed by GitHub
parent facee332ec
commit 021540e6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,10 @@ Changes to CPU buffer allocation:
- Added `CpuBufferAllocatorCreateInfo`.
- Allow waiting on `SwapchainAcquireFuture`.
### Bugs fixed
# Version 0.32.1 (2022-11-09)
### Bugs fixed
- [#2074](https://github.com/vulkano-rs/vulkano/issues/2074): Fixed error on multiple draw calls using a texture that had a layout transition.
- Fixed an issue with `CpuBufferPool<T>`, where the alignment of `T` was not being considered when allocating.