logo

Function bevy::pbr::update_point_light_frusta[]

pub fn update_point_light_frusta(
    global_lights: Res<'_, VisiblePointLights>,
    views: Query<'_, '_, (Entity, &GlobalTransform, &PointLight, &mut CubemapFrusta), ()>
)