mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
#2051 changelog
This commit is contained in:
parent
b8245dbdf3
commit
f19c114759
@ -98,6 +98,7 @@ Changes to memory allocation:
|
||||
- Added the `disjoint` flag to `ImageCreateFlags`. This flag is used in combination with multi-planar images, to bind separate memory to each plane of the image. It is not yet supported for the higher-level image types.
|
||||
- Added `StandardCommandBufferAllocatorCreateInfo`.
|
||||
- Added `StandardCommandBufferAllocator::{try_reset_pool, clear}`.
|
||||
- Added a spinning `Future` implementation to `Fence` and `FenceSignalFuture`.
|
||||
|
||||
### Bugs fixed
|
||||
- [#2004](https://github.com/vulkano-rs/vulkano/issues/2004): A swapchain image could be presented without being acquired.
|
||||
|
Loading…
Reference in New Issue
Block a user