-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snatch bind groups associated with destroyed textures and buffers #5136
Conversation
4cda6f0
to
9db9da7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Restarted CI; looks like the jobs from the last run were manually cancelled. 🤔 |
They weren't manually canceled, they're timing out. |
Documenting seems to be taking a long time sometimes |
Are we running into the issue motivating #5006 again, perhaps? |
Yeah this seems to have re-aggravated the problem. I can reproduce it locally (taking about 2.5min on my M1, so 6min on a virtualized machine doesn't sound crazy. |
I'm going to up the timeout to unblock us, but this needs a separate investigation. |
Connections
Rebased on top of #5131
Description
Addresses the BindGroup part of #5079.
Checklist
cargo fmt
.cargo clippy
.cargo xtask test
to run tests.