Skip to content

cf_draw_push_scissor

Category: draw
GitHub: cute_draw.h


Pushes a CF_Rect for the scissor to render within.

void cf_draw_push_scissor(CF_Rect scissor);
Parameters Description
scissor The scissor box.

TODO