From 89e75cae2d2b6f5a0aeff7b46212e60d5f4a19d7 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:31:45 +0100 Subject: [PATCH] #2475 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c119f61..c65c315a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,7 @@ Changes to vulkano-util: - Vulkano-shaders: Support for Vulkan 1.3 target environment. - Support for querying memory requirements directly from the device. - Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images. +- Support for the `glam` crate in the `type_for_format` macro. ### Bugs fixed