mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#2336 changelog
This commit is contained in:
parent
b49476036c
commit
56b051c954
@ -117,6 +117,7 @@ Changes to memory allocation:
|
|||||||
- Replaced `MemoryAllocator::allocate_dedicated_unchecked` with `MemoryAllocator::allocate_dedicated`.
|
- Replaced `MemoryAllocator::allocate_dedicated_unchecked` with `MemoryAllocator::allocate_dedicated`.
|
||||||
- `FreeListAllocator`, `BuddyAllocator` and `BumpAllocator` are no longer `Sync`.
|
- `FreeListAllocator`, `BuddyAllocator` and `BumpAllocator` are no longer `Sync`.
|
||||||
- `GenericMemoryAllocatorCreateInfo::block_sizes` now represents a block size per memory type, instead of per memory heap, to allow for a more fine-grained configuration.
|
- `GenericMemoryAllocatorCreateInfo::block_sizes` now represents a block size per memory type, instead of per memory heap, to allow for a more fine-grained configuration.
|
||||||
|
- Merged `GenericMemoryAllocator::new_unchecked` into `GenericMemoryAllocator::new`.
|
||||||
|
|
||||||
Changes to synchronization primitives:
|
Changes to synchronization primitives:
|
||||||
- `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.
|
- `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.
|
||||||
|
Loading…
Reference in New Issue
Block a user