Skip to content

Commit

Permalink
#2556 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Aug 15, 2024
1 parent 817b52c commit b2a93d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Other:
- `FreeListAllocator` not giving out suballocations that are free and of suitable size/alignment in a certain edge case.
- Fixed descriptor sets with `UPDATE_AFTER_BIND` or `PARTIALLY_BOUND` being wrongly validated on bind.
- Fixed non-default image view usage being ignored.
- Fixed an off-by-one error in `SubpassDescription::validate`.
- Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work.

# Version 0.34.1 (2023-10-29)
Expand Down

0 comments on commit b2a93d3

Please sign in to comment.