Structs

  • Channel to send the render app from the main thread to the rendering thread
  • 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.
  • A Label for the sub app that runs the parts of pipelined rendering that need to run on the main thread.
  • Channel to send the render app from the render thread to the main thread