mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-12-03 12:14:16 +00:00
#2596 changelog
This commit is contained in:
parent
9c0082e048
commit
726c4bec05
@ -175,6 +175,7 @@ Other:
|
||||
- Fixed compiling on iOS.
|
||||
- Fixed UB in `GenericMemoryAllocator::deallocate` arising due to invalid pointer provenance given out on allocation.
|
||||
- Fixed UB in `impl VertexBufferCollection for Vec<Subbuffer<T>>` where a `Vec` was being transmuted.
|
||||
- Fixed `AllocationHandle::as_index` being a const fn, as it is UB to observe the address of a pointer in const eval.
|
||||
- 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)
|
||||
|
Loading…
Reference in New Issue
Block a user