From 7b306f49523c84c13ebb41305e74ee142bd3a97b Mon Sep 17 00:00:00 2001 From: Ilya Lakhin Date: Mon, 13 Sep 2021 19:58:20 +0700 Subject: [PATCH] #1702 Changelog update --- CHANGELOG_VULKANO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index fa40c0b4..6bb00eb8 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -76,6 +76,7 @@ - A new Vulkano-shaders macro option `shaders` to compile several shaders in a single macro invocation producing generated Rust structs common for all specified shaders without duplications. This feature improves type-safe interoperability between shaders. - Fixed CommandBufferExecFuture adding the command buffer to queue submission after being flushed. - Added a `spirv` module to the main crate, which contains an auto-generated parser for SPIR-V files, and various other utilities that can be used to analyze shaders at runtime. +- `DescriptorSetLayout` now has `variable_descriptor_count` which returns the descriptor count in a variable count descriptor if present. # Version 0.25.0 (2021-08-10)