mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2419 changelog
This commit is contained in:
parent
4cd3b74f14
commit
f1a03abc7a
@ -18,6 +18,7 @@
|
||||
Changes to command buffers:
|
||||
- `AutoCommandBufferBuilder` and `UnsafeCommandBufferBuilder` now take an `Arc<dyn CommandBufferAllocator>` on construction.
|
||||
- `AutoCommandBufferBuilder`, `PrimaryAutoCommandBuffer`, `SecondaryAutoCommandBuffer`, `UnsafeCommandBufferBuilder` and `UnsafeCommandBuffer` no longer have a type parameter for the type of allocator.
|
||||
- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed.
|
||||
|
||||
Changes to command buffer allocation:
|
||||
- `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe.
|
||||
|
Loading…
Reference in New Issue
Block a user