Question
Disable auto smoothing on Android (GPU mode)
I am making an 8 bit style game for android, where the canvas (Bitmap) is half the size of the screen and is scaled x2.
when using gpu mode, the canvas is automatically smoothed, even if I set smoothing to false
but when using cpu mode it is not smoothed.
so is there a way to disable smoothing on gpu mode?
thanks
