bevy/crates/bevy_wgpu/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
..
diagnostic Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
renderer 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
wgpu_render_pass.rs Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
wgpu_renderer.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
wgpu_resources.rs Renderer Optimization Round 1 (#958) 2020-12-01 13:17:48 -08:00
wgpu_type_converter.rs Enable wgpu device limits (#1544) 2021-03-03 21:20:46 +00:00