cf_draw_push_antialias¶
Category: draw
GitHub: cute_draw.h
Pushes whether or not to apply antialiasing.
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.