Skip to main content

build_voxel_segments_gpu

Function build_voxel_segments_gpu 

Source
pub fn build_voxel_segments_gpu(
    runtime: &WgpuRuntime,
    keys: &[(i64, i64, i64)],
) -> SpatialResult<VoxelSegments>
Expand description

Sorts per-point voxel keys on the GPU and compacts them into segments.