This commit is contained in:
Rua 2024-02-27 15:00:47 +01:00 committed by GitHub
parent 817436b13c
commit 1d2dbd27a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)