Login  Register

Re: GL2ES2 implementation

Posted by Francois on Aug 22, 2011; 6:09pm
URL: https://forum.jogamp.org/GL2ES2-implementation-tp3270403p3275857.html

Well, it was complaining about a missing parameter and I deleted the project. Now I see the repository has been updated (and that there is an extra parameter). My JOGL might also just be out-dated...

It might be better for me to study OpenGL first before I try using tools that assume I already know what's going on. Therefore, I've decided to take a more direct approach and try and copy the OpenGL ES 2.0 book's examples line-for-line (that is, I'm not trying to use the JOGL utilities package for setting up shaders etc). So far I've got the hello triangle up and running :)

The only thing I did not 'port' was eglSwapBuffers(); I'm just assuming Jogl takes care of that.