Skip to content

Commit 83557af

Browse files
authored
#2174 changelog
1 parent 59be815 commit 83557af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Changes to memory and allocation:
6666
- Removed `FastMemoryAllocator`, because it was giving people the wrong impression that this is a type of allocator that is employed often and for general tasks, which couldn't be further from the truth.
6767
- Renamed `MemoryUsage::GpuOnly` to `MemoryUsage::DeviceOnly`.
6868
- Marked `MemoryUsage`, `MemoryAllocatePreference` and `AllocationType` as non-exhaustive.
69+
- `AllocationCreateInfo::{requirements, allocation_type, dedicated_allocation}` fields were removed.
70+
- Added the parameters `requirements`, `allocation_type`, `dedicated_allocation` to `MemoryAllocator::allocate[_unchecked]`.
6971

7072
Changes to vulkano-shaders:
7173
- Struct fields are now padded using `Padded`, instead of generating additional fields.

0 commit comments

Comments
 (0)