mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#1702 Changelog update
This commit is contained in:
parent
9b9b9a4ec9
commit
7b306f4952
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user