mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2422 changelog
This commit is contained in:
parent
1b0903d378
commit
1f99160067
@ -22,6 +22,7 @@ Changes to command buffers:
|
||||
- `RecordingCommandBuffer` and `RawRecordingCommandBuffer` now take an `Arc<dyn CommandBufferAllocator>` on construction.
|
||||
- `RecordingCommandBuffer`, `PrimaryAutoCommandBuffer`, `SecondaryAutoCommandBuffer`, `RawRecordingCommandBuffer` and `RawCommandBuffer` no longer have a type parameter for the type of allocator.
|
||||
- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed.
|
||||
- `RawRecordingCommandBuffer::execute_commands` now takes `&RawCommandBuffer`s as argument.
|
||||
|
||||
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