bevy/crates/bevy_wgpu/src
François afaf4ad3da update for wgpu 0.8 (#1959)
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 https://github.com/gfx-rs/wgpu-rs/pull/826
2021-05-02 20:45:25 +00:00
..
diagnostic Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
renderer update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
lib.rs update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
wgpu_render_pass.rs Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
wgpu_renderer.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
wgpu_resources.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
wgpu_type_converter.rs update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00