#1765 Changelog update

This commit is contained in:
Ilya Lakhin 2021-11-24 22:54:51 +07:00
parent 29dcd28dc4
commit 3845925655

View File

@ -61,6 +61,7 @@
- `ShaderModule` can how handle multiple entry points with the same name but differing execution models. `ShaderModule::entry_point` will now return `None` if the entry point with the specified name does not exist or is ambiguous. To disambiguate, use `ShaderModule::entry_point_with_execution`.
- Added a `shaderc-debug` cargo feature to Vulkano-shaders, to emit debug information in the generated SPIR-V code.
- Added a `type_for_format` macro, which returns a Rust type that is suitable for representing a given `Format`.
- Fixed a bug when using vulkano-shaders macro with multiple shaders in release mode.
# Version 0.26.0 (2021-10-2)