Skip to content

cf_draw3d_stats

Category: draw3d
GitHub: cute_draw3d.h


Returns and resets the 3d submission counters.

CF_DrawStats3d cf_draw3d_stats(void);

Remarks

Call once per frame, after cf_app_draw_onto_screen. Counters accumulate over whatever interval you leave between calls. Draw-list replays count like everything else: each baked group drawn adds its instances and one command (fewer when fusion folds adjacent groups -- see the DRAW LISTS section).

CF_DrawStats3d
cf_draw3d_worst_split
cf_draw_split_3d_to_string