From aeb7a3ada559188c769b7a6c3186c801b5c5c1d4 Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sun, 3 Mar 2024 16:30:41 -0600 Subject: [PATCH] #2460 Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce396ca..8f38bf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,7 @@ Changes to vulkano-util: - Vulkano-shaders: Support for Vulkan 1.3 target environment. - Vulkano-shaders: Added `generate_structs: true` option that may be used to disable rust structs from generating. Useful in e.g. rust-gpu contexts where such functionality is not needed. - Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images. +- Validation between shader code and device extensions, features and properties. ### Bugs fixed