Skip to content

Commit

Permalink
vulkano-rs#2155 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 f0f35c0 commit 77e2803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ Changes to `impl_vertex`, `VertexMember` and `VertexMemberInfo`:
- `VertexMemberInfo` now holds format and `VertexMemberTy` was removed.
- `impl_vertex` was updated to correctly use the new `VertexMember::format` signature.

Changes to memory allocation:
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`.

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

0 comments on commit 77e2803

Please # to comment.