Skip to content

Commit

Permalink
#2174 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Apr 2, 2023
1 parent 59be815 commit 83557af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Changes to memory and allocation:
- 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.
- Renamed `MemoryUsage::GpuOnly` to `MemoryUsage::DeviceOnly`.
- Marked `MemoryUsage`, `MemoryAllocatePreference` and `AllocationType` as non-exhaustive.
- `AllocationCreateInfo::{requirements, allocation_type, dedicated_allocation}` fields were removed.
- Added the parameters `requirements`, `allocation_type`, `dedicated_allocation` to `MemoryAllocator::allocate[_unchecked]`.

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

0 comments on commit 83557af

Please # to comment.