cf_draw_path_end¶
Category: draw
GitHub: cute_draw.h
Bakes the path built since cf_draw_path_begin and returns its handle.
Remarks¶
Baking encodes the curves into a small texture block cached for the path's lifetime. An empty path returns id 0 (drawing it is a no-op). Free with cf_destroy_path.
Related Pages¶
CF_DrawPath
cf_draw_path_begin
cf_destroy_path
cf_draw_path_fill
cf_draw_path