mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#2159 changelog
This commit is contained in:
parent
07bb2d3c9d
commit
d7ac988637
@ -63,6 +63,7 @@ Changes to memory and allocation:
|
||||
- `MemoryRequirements::{size, alignment}` fields have been replaced with a single `layout` field.
|
||||
- `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.
|
||||
|
||||
Changes to vulkano-shaders:
|
||||
- Struct fields are now padded using `Padded`, instead of generating additional fields.
|
||||
|
Loading…
Reference in New Issue
Block a user