bevy/crates/bevy_render/src
Jakob Hellermann bc4fe9b186 keep track of type name in NodeState (#1444)
Adds the original type_name to `NodeState`, enabling plugins like [this](https://github.com/jakobhellermann/bevy_mod_debugdump).
This does increase the `NodeState` type by 16 bytes, but it is already 176 so it's not that big of an increase.
2021-02-22 09:15:29 +00:00
..
camera fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
mesh Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
pass Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
pipeline fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
render_graph keep track of type name in NodeState (#1444) 2021-02-22 09:15:29 +00:00
renderer Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
shader Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
texture move texture_to_image and image_to_texture into new module (#1381) 2021-02-02 13:25:16 -08:00
color.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
colorspace.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
draw.rs Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
entity.rs 3D OrthographicProjection improvements + new example (#1361) 2021-01-31 16:22:06 -08:00
lib.rs Non-string labels (#1423 continued) (#1473) 2021-02-18 13:20:37 -08:00