This commit is contained in:
marc0246 2023-12-01 22:50:10 +01:00
parent c70876b3b9
commit 3fe821a754
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -60,6 +60,7 @@ Changes to vertex input:
- [#2398](https://github.com/vulkano-rs/vulkano/issues/2398) Push constant reflection sometimes uses the wrong types, and doesn't correctly reflect push constants with multiple entry points.
- `surface_capabilities` demands that `win32_monitor` be `Some` or `None` in the wrong cases.
- Improved and more accurate validation of vertex input.
- [#1738](https://github.com/vulkano-rs/vulkano/issues/1738): Validation of shader interface matching is insufficient.
# Version 0.34.1 (2023-10-29)