bevy/crates/bevy_pbr/src/cluster
atlv 0b771d9f59
move ClusteredDecal to cluster module (#19959)
# Objective

- Make bevy_light possible by making it possible to split out
clusterable into bevy_camera

## Solution

- move ClusteredDecal to cluster module
- Depends on #19957 (because of the imports shuffling around) (draft
until thats merged)

## Testing

- 3d_scene runs

Note: no breaking changes thanks to re-exports
2025-07-05 19:31:59 +00:00
..
assign.rs move ClusteredDecal to cluster module (#19959) 2025-07-05 19:31:59 +00:00
mod.rs move ClusteredDecal to cluster module (#19959) 2025-07-05 19:31:59 +00:00
test.rs Move clustering-related types and functions into their own module. (#13640) 2024-06-03 15:05:48 +00:00