You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ Changes to memory and allocation:
66
66
- 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.
67
67
- Renamed `MemoryUsage::GpuOnly` to `MemoryUsage::DeviceOnly`.
68
68
- 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]`.
69
71
70
72
Changes to vulkano-shaders:
71
73
- Struct fields are now padded using `Padded`, instead of generating additional fields.
0 commit comments