mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2366 changelog
This commit is contained in:
parent
ac2a83b769
commit
62f4917dbf
@ -124,6 +124,9 @@ Changes to memory allocation:
|
||||
- `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 descriptor set allocation:
|
||||
- `StandardDescriptorSetAllocator` now takes a `StandardDescriptorSetAllocatorCreateInfo` parameter.
|
||||
|
||||
Changes to synchronization primitives:
|
||||
- `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.
|
||||
- The `set_raw` and `reset_raw` methods of `Event` are removed.
|
||||
|
Loading…
Reference in New Issue
Block a user