bevy/crates/bevy_render/src/batching
James O'Brien b98d15f278
Skip batching for phase items from other pipelines (#14296)
# Objective

- Fix #14295

## Solution

- Early out when `GFBD::get_index_and_compare_data` returns None.

## Testing

- Tested on a selection of examples including `many_foxes` and
`3d_shapes`.
- Resolved the original issue in `bevy_vector_shapes`.
2024-08-02 00:15:42 +00:00
..
gpu_preprocessing.rs Skip batching for phase items from other pipelines (#14296) 2024-08-02 00:15:42 +00:00
mod.rs Allow phase items not associated with meshes to be binned. (#14029) 2024-06-27 16:13:03 +00:00
no_gpu_preprocessing.rs Allow phase items not associated with meshes to be binned. (#14029) 2024-06-27 16:13:03 +00:00