Type Alias GpuOnly

Source
pub type GpuOnly = GpuContainer;
Expand description

Specifies that a staged value has been unloaded from the CPU and now lives solely on the GPU.

Aliased Typeยง

pub struct GpuOnly;