From 900166707e73f91d6196fd8b5dea66449cda3347 Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 16 Mar 2024 10:55:18 +0100 Subject: [PATCH] #2499 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c7ab7d..4359a691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ Changes to (physical) device: - `Features` is renamed to `DeviceFeatures`. - `PhysicalDevice::surface_present_modes(_unchecked)` now returns `Vec` instead of an iterator. +Changes to memory allocation: +- `Suballocator::{allocate,deallocate}` now take `&mut self`. +- `Suballocator` has new required items `Suballocations` and `suballocations` for iterating over suballocations. + 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`.