mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Fix outdated command buffer name
This commit is contained in:
parent
0815e76659
commit
303bdfc9e3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user