Skip to main content

PointCloudSoaHandle

Type Alias PointCloudSoaHandle 

Source
pub type PointCloudSoaHandle<const N: usize> = CuHandlePayload<PointCloudSoa<N>, PointCloudSoaHandleMeta>;
Expand description

Copper point-cloud payload stored behind a CuHandle so large clouds do not live inline on the thread stack.

Aliased Type§

pub struct PointCloudSoaHandle<const N: usize> {
    pub handle: CuHandle<PointCloudSoa<N>>,
    /* private fields */
}

Fields§

§handle: CuHandle<PointCloudSoa<N>>