pushCanvas

Push a render canvas on the stack. Everything after that and before the next popCanvas will be rendered onto this. You **must** call popCanvas after that.

void
pushCanvas
(,
bool clear = true
)

Meta