CF_DrawStats3d¶
Category: draw3d
GitHub: cute_draw3d.h
What your 3d submissions became, and why.
| Struct Members | Description |
|---|---|
int instances |
Mesh instances submitted. |
int commands |
Draw calls those instances became. Equal to instances means nothing batched. |
int splits[CF_DRAW_SPLIT_3D_COUNT] |
Per-reason tally of batch breaks, indexed by CF_DrawSplit3d. Sums to commands. |