Batch

Type Alias Batch 

Source
pub type Batch = Vec<Instance>;
Expand description

A batch of primitives.

Aliased Typeยง

pub struct Batch { /* private fields */ }