From 9e21fc1544290cae7e37824b2594f9020a3078a2 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 4 Nov 2024 11:52:11 +0100 Subject: [PATCH] #2600 changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7408a9..099962a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,6 @@ Changes to command buffers: - `RecordingCommandBuffer` and `CommandBuffer` were moved to the `command_buffer` module; the `command_buffer::sys` module was removed. - `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. -- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed. - `RecordingCommandBuffer::bind_descriptor_sets` now takes `&RawDescriptorSet`s as argument. Changes to command buffer allocation: