Fast Blit with OpenGL ES 2.0 and texture uploading
OpenGL ES 2.0 is fully shader based, which means you can’t draw any geometry without having the appropriate shaders loaded and bound. This means there is more setup code required to render than the...