-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
upgrade to wgpu 22.0.0 #4847
upgrade to wgpu 22.0.0 #4847
Conversation
Now that lifetimes on passes are more relaxed there's probably room for some follow-ups we can do to make the render callback system easier to use. Needs looking into & experimentation! |
It looks like wgpu-egui was changed without changing its version: So that can't be pushed to crates.io, where the version must change if the content does. |
nothing unusual there: egui & eframe also have changed since 0.28.1. There's a few repos that immediately change the version after release because technically the first change after a release if for an unreleased version, but this repo is not one of them. |
OK. So there's a workaround on the egui side. I'm currently stuck due to wgpu-profiler problems. That can't even be built against current WGPU without another WGPU fix. Looks like a WGPU 22.1.x will be needed. |
wgpu changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0 --------- Co-authored-by: Andreas Reich <[email protected]>
wgpu changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0 --------- Co-authored-by: Andreas Reich <[email protected]>
wgpu changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0