mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2490 changelog
This commit is contained in:
parent
12c3c9dd26
commit
a4f9d9db30
@ -129,6 +129,7 @@ Changes to vulkano-util:
|
|||||||
- Fix wrong comparison in push constant size validation check.
|
- Fix wrong comparison in push constant size validation check.
|
||||||
- Unnecessarily strict validation that disallowed providing a single DRM format modifier without an explicit layout.
|
- Unnecessarily strict validation that disallowed providing a single DRM format modifier without an explicit layout.
|
||||||
- Fixed the alignment check when (sub)allocating buffers that would limit the alignment to 64 at maximum, even though some applications might need buffers with higher alignments that aren't read/written by the host. The check is now only present when reading/writing a buffer.
|
- Fixed the alignment check when (sub)allocating buffers that would limit the alignment to 64 at maximum, even though some applications might need buffers with higher alignments that aren't read/written by the host. The check is now only present when reading/writing a buffer.
|
||||||
|
- Fix UB in debug messenger when driver reports null pointers for empty arrays.
|
||||||
- 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user