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;
pub type GpuOnly = GpuContainer;
Specifies that a staged value has been unloaded from the CPU and now lives solely on the GPU.
pub struct GpuOnly;