Skip to main content

gather_voxel_first_f32

Function gather_voxel_first_f32 

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

Gathers the first point’s f32 value within each voxel cell on the GPU.