Skip to content

Commit

Permalink
vulkano-rs#2172 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored and hakolao committed Feb 20, 2024
1 parent c083bd2 commit 29add5c
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
@@ -64,6 +64,8 @@ Changes to memory and allocation:
- `Suballocator::allocate_unchecked` has been removed.
- Device properties that represent alignments are now generated with the type `DeviceAlignment` instead of `DeviceSize`.
- 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.

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

0 comments on commit 29add5c

Please sign in to comment.