own drawImage / drawLine in OpenGL
- by Chrise
I'm implementing some native 2D-draw functions in my graphics engine for android, but now there's another question coming up, when I observe the performance of my program.
At the moment I'm implementing a drawLine/drawImage function. In summary, there are following different values for drawing each different line / image:
the color
the alpha…