glshim
glshim copied to clipboard
No z-order in bitmap operations
If you call glBitmap or glDrawPixels, then glDrawArrays, then a bitmap function again - the both bitmaps will be on top of the glDrawArrays.
This is because the bitmap state is only rendered when you do a glViewport or glxSwapBuffers.
Use TinyGLES if you need this.