Module bevy_render::pipelined_rendering
source · Structs§
- The
PipelinedRenderingPlugin
can be added to your application to enable pipelined rendering. This moves rendering into a different thread, so that the Nth frame’s rendering can be run at the same time as the N + 1 frame’s simulation. - Channels used by the main app to send and receive the render app.
- A Label for the sub app that runs the parts of pipelined rendering that need to run on the main thread.