v0.31.1 Changelog

This commit is contained in:
Austin Johnson 2022-10-04 03:57:54 -05:00 committed by GitHub
parent b8d7cc3241
commit 169d5f4f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,15 @@ Changes to `GpuFuture`:
- Added a `supports_protected` member to `SurfaceCapabilities` for the `khr_surface_protected_capabilities` extension.
### Bugs fixed
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.
- [#2004](https://github.com/vulkano-rs/vulkano/issues/2004): A swapchain image could be presented without being acquired.
- [#1871](https://github.com/vulkano-rs/vulkano/issues/1871): Layer extensions are not included when validating extensions to enable on an instance.
# Version 0.31.1 (2022-10-04)
### Bugs fixed
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.
- [#2018](https://github.com/vulkano-rs/vulkano/issues/2018): Incorrect handling of `VK_SUBOPTIMAL_KHR` caused a panic when presenting.
# Version 0.31.0 (2022-09-18)
### Public dependency updates