bevy/crates/bevy_render/src
Mike 1d7577fc42
ignore time channel error (#9981)
# Objective

- sometimes when bevy shuts down on certain machines the render thread
tries to send the time after the main world has been dropped.
- fixes an error mentioned in a reply in
https://github.com/bevyengine/bevy/issues/9543

---

## Changelog

- ignore disconnected errors from the time channel.
2023-10-01 07:55:17 +00:00
..
batching Use EntityHashMap<Entity, T> for render world entity storage for better performance (#9903) 2023-09-27 08:28:28 +00:00
camera Fix some typos (#9934) 2023-09-26 19:46:24 +00:00
color Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
mesh generate indices for Mikktspace (#8862) 2023-09-16 22:10:58 +00:00
primitives Add a method to compute a bounding box enclosing a set of points (#9630) 2023-08-31 01:33:13 +00:00
render_graph Fix the clippy::explicit_iter_loop lint (#9834) 2023-09-19 03:35:22 +00:00
render_phase Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
render_resource Directly copy data into uniform buffers (#9865) 2023-09-25 19:15:37 +00:00
renderer ignore time channel error (#9981) 2023-10-01 07:55:17 +00:00
texture Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
view Fix some typos (#9934) 2023-09-26 19:46:24 +00:00
extract_component.rs Directly copy data into uniform buffers (#9865) 2023-09-25 19:15:37 +00:00
extract_param.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
extract_resource.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
globals.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
globals.wgsl Refactor Globals and View structs into separate shaders (#7512) 2023-02-11 17:55:18 +00:00
gpu_component_array_buffer.rs Reorder render sets, refactor bevy_sprite to take advantage (#9236) 2023-08-27 14:33:49 +00:00
instance_index.wgsl Work around naga/wgpu WGSL instance_index -> GLSL gl_InstanceID bug on WebGL2 (#9383) 2023-08-09 18:38:45 +00:00
lib.rs Allow other plugins to create renderer resources (#9925) 2023-09-26 19:35:08 +00:00
maths.wgsl Use instancing for sprites (#9597) 2023-09-02 18:03:19 +00:00
pipelined_rendering.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
render_asset.rs Fix typos. (#9922) 2023-09-25 18:35:46 +00:00
settings.rs Allow other plugins to create renderer resources (#9925) 2023-09-26 19:35:08 +00:00
spatial_bundle.rs Improve SpatialBundle docs (#9673) 2023-09-02 23:44:12 +00:00