Type Alias GpuCpu

Source
pub type GpuCpu = HybridContainer;
Expand description

Specifies that a staged value lives on both the CPU and GPU, with the CPU value being a synchronized copy of the GPU value.

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

Aliased Typeยง

pub struct GpuCpu;