Function bevy_pbr::extract_clusters

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