Is there a way to render a scene to normal resolution then the other part of the screen to a lower resolution in OpenGL ES 2.0 on Android?
If I use GLES20.glViewPort() and change the resolution, it won't scale to full screen size, but I'm getting the desired result, only smaller.
I would like a solution without having to render to a texture than render the quad on the screen.