prcastro/zeroGL

Use binary masks for drawing options instead of ints

Closed this issue · 1 comments

Instead of doing this maybe we can use binary masks and do something like:

RENDER_SHADED | RENDER_BACKFACE_CULLING

Closed by #19