This commit is contained in:
Austin Johnson 2022-10-30 06:47:42 -05:00 committed by GitHub
parent 76293baea8
commit ca67fba38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ Changes to memory allocation:
- Validation checks for `khr_portability_subset` devices.
- 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.
# Version 0.31.1 (2022-10-04)