GpuFuture

Type Alias GpuFuture 

Source
pub type GpuFuture<T> = Fence<T>;
Expand description

Type alias that more expressively conveys the intent that this Fence is a Future.

Aliased Typeยง

pub struct GpuFuture<T> { /* private fields */ }