#1703 Changelog update

This commit is contained in:
Ilya Lakhin 2021-09-13 21:25:30 +07:00
parent dc84f31120
commit 786e02b174

View File

@ -77,6 +77,7 @@
- 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.
- Additional copy buffer to image checks.
# Version 0.25.0 (2021-08-10)