bevy/crates/bevy_pbr
James Liu fd91c61d72
Cleanup: Use Parallel in extract_meshes (#12084)
# Objective
#7348 added `bevy_utils::Parallel` and replaced the usage of the
`ThreadLocal<Cell<Vec<...>>>` in `check_visibility`, but we were also
using it in `extract_meshes`.

## Solution
Refactor the system to use `Parallel` instead.
2024-02-25 19:06:54 +00:00
..
src Cleanup: Use Parallel in extract_meshes (#12084) 2024-02-25 19:06:54 +00:00
Cargo.toml Cleanup: Use Parallel in extract_meshes (#12084) 2024-02-25 19:06:54 +00:00