practical-tools-for-simple-design icon indicating copy to clipboard operation
practical-tools-for-simple-design copied to clipboard

Add toggle for Anti-Aliasing

Open NOOBDY opened this issue 10 months ago • 0 comments

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

NOOBDY avatar May 03 '24 03:05 NOOBDY