Skip to content

cf_draw_pop_alpha_discard

Category: draw
GitHub: cute_draw.h


TODO

bool cf_draw_pop_alpha_discard();

Remarks

Alpha discarding is useful to throw away pixels with zero alpha, for cutouts or as an optimization, or for certain blending techniques.

TODO