This commit is contained in:
Austin Johnson 2022-09-22 02:18:25 -05:00 committed by GitHub
parent d869892375
commit 3b508a3f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
Pull Request merge.
-->
- **Breaking** Changes to queues:
- When doing operations on a queue, you must now first call `lock()` on the queue, which prevents concurrent access.
- Bugs fixed:
- Incorrect check for descriptor set validity when the shader declares a runtime-sized array.