rendy_chain

Type Alias Barriers

Source
pub type Barriers<R> = HashMap<Id, Barrier<R>>;
Expand description

Map of barriers by resource id.

Aliased Typeยง

struct Barriers<R> { /* private fields */ }