From 1f991600679e9cb3d89e9cc3ff6bb9f3006da1d6 Mon Sep 17 00:00:00 2001 From: Rua Date: Sun, 10 Dec 2023 19:43:51 +0100 Subject: [PATCH] #2422 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae05ae8..dd1c7031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Changes to command buffers: - `RecordingCommandBuffer` and `RawRecordingCommandBuffer` now take an `Arc` 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.