Type Alias GpuOnlyArray

Source
pub type GpuOnlyArray = GpuArrayContainer;
Expand description

Specifies that a contiguous array of staged values has been unloaded from the CPU and now lives solely on the GPU.

Aliased Typeยง

pub struct GpuOnlyArray;