cf_make_draw_list¶
Category: draw
GitHub: cute_draw.h
Creates an empty draw list. Fill it with cf_draw_list_begin/cf_draw_list_end.
Remarks¶
Draw lists record 3d mesh submissions (cf_draw3d_mesh) alongside 2d drawing; mesh recordings additionally bake into instanced draws -- see the DRAW LISTS section of cute_draw3d.h.
Related Pages¶
CF_DrawList
cf_draw3d_mesh
cf_draw_list_begin
cf_draw_list_end
cf_draw_list
cf_destroy_draw_list