From 3fe821a7541bbbc7cc72addbd1746c6b91c66d2d Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:50:10 +0100 Subject: [PATCH] #2418 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83e6fac..63f6b520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)