I'm developing an Android 2.2 application. I use C++ to manage all OpenGL ES 2.0 stuff.
I want to show a text with OpenGL, but I don't know how (I'm very, very new with it).
I read that I can render common strings to textures, and simply draw those textures. But how can I do that?
Thank you.