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.
pub fn gather_voxel_first_f32(
runtime: &WgpuRuntime,
values: &[f32],
segments: &VoxelSegments,
) -> SpatialResult<Vec<f32>>Gathers the first point’s f32 value within each voxel cell on the GPU.