mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2420 changelog
This commit is contained in:
parent
fa15e53820
commit
323aa140d5
@ -46,6 +46,9 @@ Changes to surface creation and support functions:
|
||||
Changes to vertex input:
|
||||
- `VertexInputBindingDescription` and `VertexInputAttributeDescription` are now non-exhaustive, and must be created with the `Default` trait.
|
||||
|
||||
Changes to render passes:
|
||||
- The `is_compatible_with_shader` methods of `RenderPass` and `Subpass` are removed.
|
||||
|
||||
### Additions
|
||||
|
||||
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
||||
@ -62,6 +65,7 @@ Changes to vertex input:
|
||||
- `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.
|
||||
- Improved and more accurate validation of fragment output.
|
||||
|
||||
# Version 0.34.1 (2023-10-29)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user