practical-tools-for-simple-design
practical-tools-for-simple-design copied to clipboard
Add toggle for Anti-Aliasing
Some games such as pixel or 8-bit games don't benefit from anti-aliasing as it makes the assets look blurry. We can add a flag in Util::Image
to toggle between GL_LINEAR
and GL_NEAREST