pub fn extract_clusters(
commands: Commands<'_, '_>,
views: Extract<'_, '_, Query<'_, '_, (RenderEntity, &Clusters, &Camera)>>,
mapper: Extract<'_, '_, Query<'_, '_, RenderEntity>>,
)
Expand description
Extracts clusters from the main world from the render world.