pub type DrawRequests<T> = (SetItemPipeline, SetHephaeViewBindGroup<T, 0>, <T as Vertex>::RenderCommand, DrawBatch<T>);Expand description
Render command for drawing each vertex batches.
pub type DrawRequests<T> = (SetItemPipeline, SetHephaeViewBindGroup<T, 0>, <T as Vertex>::RenderCommand, DrawBatch<T>);Render command for drawing each vertex batches.