Skip to content

cf_draw_push_antialias

Category: draw
GitHub: cute_draw.h


Pushes whether or not to apply antialiasing.

void cf_draw_push_antialias(bool antialias);
Parameters Description
antialias True to antialias, false otherwise.

Remarks

Various shape drawing functions can be drawn in antialiased mode, or in plain mode. Antialiasing is slightly slower, but looks much smoother.

cf_draw_peek_antialias
cf_draw_pop_antialias