From 323aa140d5c24b2932be121a4427bdc103ea8898 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:14:03 +0100 Subject: [PATCH] #2420 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72dfa7ac..8ce040ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)