pub fn gather_voxel_first_xyz_gpu_buffers(
runtime: &WgpuRuntime,
x: &Buffer,
y: &Buffer,
z: &Buffer,
segments: &GpuVoxelSegments,
) -> SpatialResult<(Vec<f32>, Vec<f32>, Vec<f32>)>Expand description
Gathers xyz coordinates of the first point within each voxel cell on the GPU.