Hello every body,
As the title mentioned, could anyone give me a simple example of rendering to a texture in OpenGL ES? I have tried to do it for several days, but things haven't worked out yet although drawing to screen gave me a nice result. I followed the two links in bellow in my program and utilized OpenGL ES 3.0 and Xcode 8.3.3.
http://www.songho.ca/opengl/gl_fbo.html
Thank in advance.