From d7ac988637a4f392a61a7742a6f731197f3e8381 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 24 Mar 2023 14:03:31 +0100 Subject: [PATCH] #2159 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9e1abe..d7ed0a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ Changes to memory and allocation: - `MemoryRequirements::{size, alignment}` fields have been replaced with a single `layout` field. - `Suballocator::allocate_unchecked` has been removed. - Device properties that represent alignments are now generated with the type `DeviceAlignment` instead of `DeviceSize`. +- Removed `FastMemoryAllocator`, because it was giving people the wrong impression that this is a type of allocator that is employed often and for general tasks, which couldn't be further from the truth. Changes to vulkano-shaders: - Struct fields are now padded using `Padded`, instead of generating additional fields.