bevy/crates/bevy_render/src/batching
Patrick Walton 3c9e696faa
Actually add objects to the scene buffers in sorted render phases. (#17849)
There was nonsense code in `batch_and_prepare_sorted_render_phase` that
created temporary buffers to add objects to instead of using the correct
ones. I think this was debug code. This commit removes that code in
favor of writing to the actual buffers.

Closes #17846.

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-02-14 15:01:27 +00:00
..
gpu_preprocessing.rs Actually add objects to the scene buffers in sorted render phases. (#17849) 2025-02-14 15:01:27 +00:00
mod.rs Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
no_gpu_preprocessing.rs Switch bins from parallel key/value arrays to IndexMaps. (#17819) 2025-02-12 22:39:04 +00:00