OpenGL ES iPhone Textures
Posted
by techy
on Stack Overflow
See other posts from Stack Overflow
or by techy
Published on 2009-12-24T17:41:12Z
Indexed on
2010/03/27
1:03 UTC
Read the original article
Hit count: 296
For one of my new games I'm using OpenGL ES since it has multiple enemies and bullets, etc. How do you draw images on the screen with Opengl ES? I have a player.png
image that is a 48x48 pixel image; how would I draw that on the screen?
© Stack Overflow or respective owner