Module bevy::render::pipelined_rendering

Available on non-WebAssembly only.

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.