bevy/crates/bevy_pbr/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
..
render_graph update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
entity.rs Rename Light => PointLight and remove unused properties (#1778) 2021-04-13 02:21:24 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
light.rs Spherical Area Lights (#1901) 2021-04-22 18:49:02 +00:00
material.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00