Skip to main content

reduce_voxel_average_f32_gpu

Function reduce_voxel_average_f32_gpu 

Source
pub fn reduce_voxel_average_f32_gpu(
    runtime: &WgpuRuntime,
    values: &[f32],
    segments: &GpuVoxelSegments,
) -> SpatialResult<Vec<f32>>
Expand description

Uploads f32 values and averages them within GPU-resident voxel segments.