Skip to main content

prepare_chunk_section_data

Function prepare_chunk_section_data 

Source
fn prepare_chunk_section_data(
    storage: &ChunkLightLayerStorage,
    section_index: usize,
    mask: &mut BitSet,
    empty_mask: &mut BitSet,
    updates: &mut Vec<Vec<u8>>,
)