From e62bf5d4867e45194ef703e08ae3aa3f1f651628 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 8 Mar 2024 18:45:26 +0100 Subject: [PATCH] #2492 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1da764..b8bad411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,7 @@ Changes to vulkano-util: - Fixed the alignment check when (sub)allocating buffers that would limit the alignment to 64 at maximum, even though some applications might need buffers with higher alignments that aren't read/written by the host. The check is now only present when reading/writing a buffer. - Fix UB in debug messenger when driver reports null pointers for empty arrays. - Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work. +- `FreeListAllocator` not giving out suballocations that are free and of suitable size/alignment in a certain edge case. # Version 0.34.1 (2023-10-29)