pub fn propagate_sky_light_changes(
workset: &LightWorkset,
positions: impl IntoIterator<Item = BlockPos>,
) -> Result<SkyLightUpdateResult, SkyLightPropagationContextError>Expand description
Runs ScalableLux-style sky-light propagation for changed blocks in a scoped workset.