This commit is contained in:
marc0246 2024-08-15 08:05:41 +02:00
parent 817b52cee5
commit b2a93d391d
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -162,6 +162,7 @@ Other:
- `FreeListAllocator` not giving out suballocations that are free and of suitable size/alignment in a certain edge case. - `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 descriptor sets with `UPDATE_AFTER_BIND` or `PARTIALLY_BOUND` being wrongly validated on bind.
- Fixed non-default image view usage being ignored. - 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. - 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) # Version 0.34.1 (2023-10-29)