Module draw

Source
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ยง

DrawCalls
Used to determine which objects are drawn and maintains the list of all Primitives.
DrawIndirectArgs
Argument buffer layout for draw_indirect commands.
IndirectDraws
Issues indirect draw calls.