From 303bdfc9e39252a115783b7f9f18d3a1d939bae1 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:33:24 +0200 Subject: [PATCH] Fix outdated command buffer name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4829135..11ec8065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -158,7 +158,7 @@ Other: - Improved and more accurate validation of vertex input. - [#1738](https://github.com/vulkano-rs/vulkano/issues/1738): Validation of shader interface matching is insufficient. - Improved and more accurate validation of fragment output. -- `RawRecordingCommandBuffer::end` being safe to call. +- `RecordingCommandBuffer::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.