Tagged Questions
1
vote
1answer
418 views
OpenGL ES 2 - glSwapBuffers?
this is what i do to blit FBO onto screen in ViewController:
[m_Context presentRenderbuffer:GL_RENDERBUFFER];
but i need something like glSwapBuffers, so that i can call it somewhere from the ...
0
votes
1answer
269 views
Straightforward guidelines for converting OpenGL to OpenGL ES?
Is there a straightforward list of finite steps that I need to follow to convert an OpenGL program into an OpenGL ES that's used on the iPhone and iPad? I'd be using GLKit.
I've seen some similar API ...