Open GL ES - Drawing bitmap

I’m trying to draw a bitmap using OpenGL ES.
However, I couldn’t find glBitmap.
Is there anyone who can help?
If I could get an example souce code, It will be very useful.
Thank you.

Yeah - OpenGL ES was an effort to drop all of the dusty, old unnecessary API and simplify/streamline/clean out the crud. glBitMap was one of the casualties.

Just stick the bitmap into a texture and draw it onto a quadrilateral. There are a gazillion tutorials and such showing you how to do that.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.