Type Alias GpuCpuArray

Source
pub type GpuCpuArray = HybridArrayContainer;
Expand description

Specifies that a contiguous array of staged values lives on both the CPU and GPU, with the CPU values being synchronized copies of the GPU values.

Currently updates flow from the CPU to the GPU, but not back.

Aliased Typeยง

pub struct GpuCpuArray;