Skip to content

Commit

Permalink
#2616 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Dec 12, 2024
1 parent 4aa7238 commit 1dcc38b
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 @@ -179,6 +179,7 @@ Other:
- Fixed `AllocationHandle::as_index` being a const fn, as it is UB to observe the address of a pointer in const eval.
- [#2607](https://github.com/vulkano-rs/vulkano/issues/2607): Incorrect buffer used in acceleration structure build validation
- 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.
- Vulkano-shaders: Fixed `shader!` invocations using the `bytes` option not getting recompiled automatically when the source file changes.

# Version 0.34.1 (2023-10-29)

Expand Down

0 comments on commit 1dcc38b

Please sign in to comment.