This commit is contained in:
Rua 2025-02-14 16:14:51 +01:00 committed by GitHub
parent 96c991ab7b
commit 89c4441a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ Changes to `GraphicsPipeline`:
### Bugs fixed
- Fixed a bug in `StandardMemoryAllocator` where if the suballocation count of a `DeviceMemory` block would drop to zero, no more suballocations could be made, leading to needless allocations of new `DeviceMemory` blocks.
- Fixed a panic for non-contiguous push constants ranges.
- Vulkano-taskgraph: Fixed a panic that would happen when looking up the previous barrier and it's an initial barrier.
# Version 0.35.0 (2025-02-06)