GLES2.0 3D Android game performance and multi threading the update?
- by Ofer
I have profiled my mixed Java\C++ Android game and I got the following result:
https://dl.dropbox.com/u/8025882/PompiDev/AndroidProfile.png
As you can see, the pink think is a C++ functions that updates the game. It does things like updating the logic but it mostly it generates a "request list" for rendering.
The thing is, I generate DrawLists on…