pub fn apply_system_buffers(world: &mut World)
Expand description

Instructs the executor to call apply_buffers on the systems that have run but not applied their buffers.

Notes

  • This function (currently) does nothing if it’s called manually or wrapped inside a PipeSystem.
  • Modifying a Schedule may change the order buffers are applied.