Fix outdated command buffer name

This commit is contained in:
marc0246 2024-10-21 09:33:24 +02:00
parent 0815e76659
commit 303bdfc9e3
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

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