From d637450887f40dfdff2ad30aea1fa4efa7155d61 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:57:14 +0100 Subject: [PATCH] #2402 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc546e9..a31ae016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Changes to `Surface`: - Incorrect assert condition in `PipelineLayout::is_compatible_with`. - `evaluate_spec_constant_op` panics with UConvert, SConvert, and FConvert. +- [#2398](https://github.com/vulkano-rs/vulkano/issues/2398) Push constant reflection sometimes uses the wrong types. # Version 0.34.1 (2023-10-29)