Expand description
Handles queueing draw calls.
DrawCalls
is used to maintain the list of all staged
PrimitiveDescriptor
s.
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
Primitive
s. - Draw
Indirect Args - Argument buffer layout for draw_indirect commands.
- Indirect
Draws - Issues indirect draw calls.