bevy/crates/bevy_render/src
TheRawMeatball d9b8b3e618 Add EventWriter (#1575)
This adds a `EventWriter<T>` `SystemParam` that is just a thin wrapper around `ResMut<Events<T>>`. This is primarily to have API symmetry between the reader and writer, and has the added benefit of easily improving the API later with no breaking changes.
2021-03-07 20:42:04 +00:00
..
camera Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
mesh feat: clone indices (#1574) 2021-03-07 19:50:20 +00:00
pass Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
pipeline Documented some of the Mesh properties (#1566) 2021-03-06 01:57:02 +00:00
render_graph Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
renderer Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
shader Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
texture Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
wireframe Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00: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 Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00