This commit is contained in:
Rua 2022-10-30 18:40:04 +01:00 committed by GitHub
parent 22442a5e44
commit ffee3d8012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ Changes to memory allocation:
- Depth and stencil attachments are now properly checked when using dynamic rendering.
- Proper error (`NoStencilAttachment`) is now being returned if stencil attachment format is missing.
- Fixed an issue with missing synchronization between a command buffer and any that were previously submitted on the same queue.
- `SwapchainCreateInfo` documentation correction.
# Version 0.31.1 (2022-10-04)