-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Merged by Bors] - update for wgpu 0.8 #1959
Conversation
feature |
wgpu 0.8 has been released 🎉 |
updated to 0.8! examples fails to run with
but didn't find yet any place where we put |
fixed above issue by setting all sampler bindings to filtering |
I think in general we should probably just rename our types to match wgpu. Mirroring makes it easier for concepts to transfer. |
There's a whole bunch more validation in wgpu-0.8, it would be really nice to upgrade just for that alone. |
I think I renamed everything following the changes in |
bors r+ |
Changes to get Bevy to compile with wgpu master. With this, on a Mac: * 2d examples look fine * ~~3d examples crash with an error specific to metal about a compilation error~~ * 3d examples work fine after enabling feature `wgpu/cross` Feature `wgpu/cross` seems to be needed only on some platforms, not sure how to know which. It was introduced in gfx-rs/wgpu-rs#826
Pull request successfully merged into main. Build succeeded: |
Changes to get Bevy to compile with wgpu master. With this, on a Mac: * 2d examples look fine * ~~3d examples crash with an error specific to metal about a compilation error~~ * 3d examples work fine after enabling feature `wgpu/cross` Feature `wgpu/cross` seems to be needed only on some platforms, not sure how to know which. It was introduced in gfx-rs/wgpu-rs#826
Changes to get Bevy to compile with wgpu master.
With this, on a Mac:
3d examples crash with an error specific to metal about a compilation errorwgpu/cross
Feature
wgpu/cross
seems to be needed only on some platforms, not sure how to know which. It was introduced in gfx-rs/wgpu-rs#826