hephae_render::pipeline

Type Alias DrawRequests

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

Render command for drawing each vertex batches.