mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2306 changelog
This commit is contained in:
parent
0c714c1bfe
commit
10148c5e94
@ -103,6 +103,8 @@ Changes to memory allocation:
|
||||
- `MemoryAlloc::new` no longer returns a `Result`, and doesn't map the `DeviceMemory` automatically anymore.
|
||||
- `MemoryAlloc::mapped_ptr` and `MemoryAlloc::mapped_slice[_mut]` were replaced by `MemoryAlloc::mapped_slice`, which returns a pointer.
|
||||
- `MemoryAlloc::{invalidate, flush}_range` now take a `MappedMemoryRange` as argument.
|
||||
- Merged `MemoryAllocator::allocate_from_type_unchecked` into `MemoryAllocator::allocate_from_type` and `MemoryAllocator::allocate_unchecked` into `MemoryAllocator::allocate`.
|
||||
- Replaced `MemoryAllocator::allocate_dedicated_unchecked` with `MemoryAllocator::allocate_dedicated`.
|
||||
|
||||
Changes to synchronization primitives:
|
||||
- `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.
|
||||
|
Loading…
Reference in New Issue
Block a user