This commit is contained in:
Austin Johnson 2022-12-30 03:10:40 -06:00 committed by GitHub
parent aabe529080
commit 7fec2a6b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,8 @@ Changes to `impl_vertex`, `VertexMember` and `VertexMemberInfo`:
### Bugs fixed
- [#2094](https://github.com/vulkano-rs/vulkano/issues/2094): Fixed debug assertion when the first command in a command buffer that uses an image expects it to be in the `Undefined` layout.
- Fixed wrong aspects being used in pipeline barriers when an image view selects one aspect of a combined depth+stencil image.
- Fixed panic when building a finished command buffer, if the command buffer contains commands that use only some subresources of an image.
# Version 0.32.3 (2022-12-07)