Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some random crashes when using argument buffers
Fixes an issue with BitArray enumeration, where it could iterate over bit indices that weren't set This would cause issues in descriptor set allocation, when argument buffers are enabled, where it could select a set index from the pool that isn't freed, and try to create a new set on top of the exiting one
- Loading branch information