Just couldn't find anything regarding the purpose of android.opengl
classes anywhere on the web: they seem to be copies of javax.microedition.khronos.opengles
- just with static vs member methods.
So is there any special meaning in using them instead of J2ME classes: are they supposed to be faster, have additional functionality, simpler to work with?
I think of using them instead of passing that GL reference all the time.