Skip to content

cf_draw_peek_antialias

Category: draw
GitHub: cute_draw.h


Returns the last antialias state.

bool cf_draw_peek_antialias();

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_push_antialias
cf_draw_pop_antialias