bevy/crates/bevy_pbr/src
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
..
deferred Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
light_probe Disable irradiance volumes on WebGL and WebGPU. (#11909) 2024-02-17 01:49:46 +00:00
lightmap Move EntityHash related types into bevy_ecs (#11498) 2024-02-12 15:02:24 +00:00
prepass Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
render Cleanup: Use Parallel in extract_meshes (#12084) 2024-02-25 19:06:54 +00:00
ssao Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
bundle.rs Move EntityHash related types into bevy_ecs (#11498) 2024-02-12 15:02:24 +00:00
extended_material.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
fog.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
lib.rs Rename bevy_render::Color to LegacyColor (#12069) 2024-02-24 21:35:32 +00:00
light.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
material.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
parallax.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
pbr_material.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
wireframe.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00