pub fn reduce_voxel_average_f32_multi_gpu(
runtime: &WgpuRuntime,
channels: &[&[f32]],
segments: &GpuVoxelSegments,
) -> SpatialResult<Vec<Vec<f32>>>Expand description
Uploads multiple f32 channels and averages them with one GPU submit/readback.