Expand description
Handles queueing draw calls.
DrawCalls is used to maintain the list of all staged
PrimitiveDescriptors.
It also performs frustum culling and issues draw calls during
Stage::render.
Structsยง
- Draw
Calls - Used to determine which objects are drawn and maintains the
list of all
Primitives. - Draw
Indirect Args - Argument buffer layout for draw_indirect commands.
- Indirect
Draws - Issues indirect draw calls.