mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-22 03:52:32 +00:00
#2654 changelog
This commit is contained in:
parent
96c991ab7b
commit
89c4441a20
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user