how to set/get pixel on a texture in OpenGL ES on iPhone?

Posted by unknownthreat on Stack Overflow See other posts from Stack Overflow or by unknownthreat
Published on 2010-02-21T09:58:26Z Indexed on 2010/05/17 17:10 UTC
Read the original article Hit count: 176

Filed under:
|
|
|

I am trying to Google for what I've mentioned in the title, but somehow I couldn't find it. This should not be that hard, should it?

What I am looking for is a way to gain access to an OpenGL ES texture on iPhone, and a way to get/set pixel with it. What are the OpenGL ES functions I am looking for?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about opengl-es