Module pipelined_rendering
bevy_
render
0.14.2
Module pipelined_
rendering
Module Items
Structs
In crate bevy_
render
bevy_render
Module
pipelined_
rendering
Copy item path
Source
Structs
§
Pipelined
Rendering
Plugin
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.
Render
AppChannels
Channels used by the main app to send and receive the render app.
Render
Extract
App
A Label for the sub app that runs the parts of pipelined rendering that need to run on the main thread.