-
Notifications
You must be signed in to change notification settings - Fork 298
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
Bump webgpu to 0.8 #1416
Bump webgpu to 0.8 #1416
Conversation
I noticed the fmt failiure. Checking what vulkano version works. |
So in order to fix the build due to the change here
I need to upgrade to vulkano at at least |
When attempting to run the
Looking at the diff, I think it is unlikely this is to do with anything you have changed, as the error is related to validation of the SPIR-V shader which hasn't changed in a while. Likely, this is one of the new validation checks picking up something wrong with old code. Will have a look |
It's a bit of a strange one - I've opened an issue here gfx-rs/wgpu-rs#912. |
I've upgraded webgpu. I can't run all the tests as I'm on windows and don't have
ninja
installed. Hopefully if there's anything wrong the CI will pick it up.I did run the webgpu backend tests and those were fine.