This commit is contained in:
Rua 2024-10-23 16:09:01 +02:00 committed by GitHub
parent dac6871d97
commit 2df8003408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.