mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-23 23:35:54 +00:00
#2585 changelog
This commit is contained in:
parent
00fd84726c
commit
82acabc0fb
@ -24,6 +24,8 @@ Changes to (physical) device:
|
||||
Changes to memory allocation:
|
||||
- `Suballocator::{allocate,deallocate}` now take `&mut self`.
|
||||
- `Suballocator` has new required items `Suballocations` and `suballocations` for iterating over suballocations.
|
||||
- `Suballocator::cleanup` was replaced with `Suballocator::reset`, allowing any suballocator to deallocate all suballocations at once, not just the bump allocator.
|
||||
- `BumpAllocator::reset` was removed.
|
||||
|
||||
Changes to command buffers:
|
||||
- Renamed `UnsafeCommandBufferBuilder` to `RecordingCommandBuffer` and `UnsafeCommandBufferBuilder::build` to `end`.
|
||||
|
Loading…
Reference in New Issue
Block a user