From 0eeaaf4b9577b9740880265ea9c3d6afc126057b Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sat, 19 Feb 2022 17:46:56 -0600 Subject: [PATCH] Changelog Update for #1827 https://github.com/vulkano-rs/vulkano/pull/1827 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d06fe443..d7ed7f3de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,8 @@ - Fixed `AutoCommandBufferBuilder::push_constants` to push multiple times in case of range overlap (to accommodate VUIDs 01795 and 01796) - Fixed `shader!` macro failing to compile with geometry shaders. - Refactored `VertexBuffersCollection` to allow `Arc`. -- Added a `Format::texels_per_block` method. +- Added a `Format::texels_per_block` method.\ +- Fixed bug on certain drivers where samplers would behave oddly when minmax samplers are enabled. # Version 0.28.0 (2022-02-02)