From 1d2dbd27a26edef2dec79ba5bdc26daaf29e17e2 Mon Sep 17 00:00:00 2001 From: Rua Date: Tue, 27 Feb 2024 15:00:47 +0100 Subject: [PATCH] #2476 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65c315a..95af47fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ Changes to vulkano-util: - `RawRecordingCommandBuffer::end` being safe to call. - Fix wrong comparison in push constant size validation check. - Unnecessarily strict validation that disallowed providing a single DRM format modifier without an explicit layout. +- 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. # Version 0.34.1 (2023-10-29)