mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2423 changelog
This commit is contained in:
parent
dac6871d97
commit
2df8003408
@ -34,6 +34,7 @@ Changes to command buffers:
|
|||||||
- `AutoCommandBufferBuilder`, `PrimaryAutoCommandBuffer`, `SecondaryAutoCommandBuffer`, `RecordingCommandBuffer` and `CommandBuffer` no longer have a type parameter for the type of allocator.
|
- `AutoCommandBufferBuilder`, `PrimaryAutoCommandBuffer`, `SecondaryAutoCommandBuffer`, `RecordingCommandBuffer` and `CommandBuffer` no longer have a type parameter for the type of allocator.
|
||||||
- `RecordingCommandBuffer::execute_commands` now takes `&CommandBuffer`s as argument.
|
- `RecordingCommandBuffer::execute_commands` now takes `&CommandBuffer`s as argument.
|
||||||
- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed.
|
- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed.
|
||||||
|
- `RecordingCommandBuffer::bind_descriptor_sets` now takes `&RawDescriptorSet`s as argument.
|
||||||
|
|
||||||
Changes to command buffer allocation:
|
Changes to command buffer allocation:
|
||||||
- `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe.
|
- `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe.
|
||||||
|
Loading…
Reference in New Issue
Block a user