Function bevy_pbr::extract_clusters

source ·
pub fn extract_clusters(
    commands: Commands<'_, '_>,
    views: Extract<'_, '_, Query<'_, '_, (Entity, &Clusters, &Camera)>>
)
Expand description

Extracts clusters from the main world from the render world.