pub fn reduce_voxel_attributes_aoso_chunks(
runtime: &WgpuRuntime,
chunks: &[GpuAoSoAttributeChunk],
segments: &GpuVoxelSegments,
aggregation: AoSoAAttributeAggregation,
) -> SpatialResult<AoSoAAttributeReduction>Expand description
Aggregates uploaded interleaved records using global GPU voxel segments.