From dc619148b03b002a0039c2a4af8ee5e454e3e126 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 18 Oct 2024 20:02:45 +0200 Subject: [PATCH] #2425 changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af39406be4..11556a17ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,12 +27,10 @@ Changes to memory allocation: Changes to command buffers: - Renamed `AutoCommandBufferBuilder` to `RecordingCommandBuffer` and `AutoCommandBufferBuilder::build` to `end`. -- Merged `{Primary,Secondary}AutoCommandBuffer` into `CommandBuffer` and the corresponding `RecordingCommandBuffer::{primary,secondary}` into `new`. -- `RecordingCommandBuffer` no longer has a type parameter for the command buffer level. - Renamed `UnsafeCommandBufferBuilder` to `RawRecordingCommandBuffer` and `UnsafeCommandBufferBuilder::build` to `end`. - Renamed `UnsafeCommandBuffer` to `RawCommandBuffer`. - `RecordingCommandBuffer` and `RawRecordingCommandBuffer` now take an `Arc` on construction. -- `RecordingCommandBuffer`, `CommandBuffer`, `RawRecordingCommandBuffer` and `RawCommandBuffer` no longer have a type parameter for the type of allocator. +- `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.