From f7a7f9f18d1ce5bad5f84fbd6637a11a4040272f Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:33:13 +0200 Subject: [PATCH] #2345 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b76ab10a9..7397a6f63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -171,6 +171,7 @@ Changes to the `khr_display` extension: - Added `ShaderModule::single_entry_point()` which may replace `entry_point("main")` calls in common setups. - Added `ShaderModule::single_entry_point_with_execution`. - Added `GenericMemoryAllocatorCreateInfo::memory_type_bits` and `AllocationCreateInfo::memory_type_bits`. +- Vulkano-shaders: support for specialization-constant-sized arrays in structs (they are generated with the size specified as fallback in the specialization constant initializer). ### Bugs fixed