Type Alias DrawRequests

Source
pub type DrawRequests<T> = (SetItemPipeline, SetViewBindGroup<T, 0>, <T as Vertex>::RenderCommand, DrawBatch<T>);
Expand description

Render command for drawing each vertex batches.