pub fn extract_dirty(main: &mut TerrainExtractor, render: &mut TerrainExtractor)Expand description
Transfer the main world’s extraction queue into the render world.
Called by TerrainRendererGPU::extract_dirty during the Extract phase.
pub fn extract_dirty(main: &mut TerrainExtractor, render: &mut TerrainExtractor)Transfer the main world’s extraction queue into the render world.
Called by TerrainRendererGPU::extract_dirty during the Extract phase.