Re: Using Ogre 1.8 with JOGL and OpenGL ES 2.0
Posted by seahorse on Feb 21, 2012; 2:29pm
URL: https://forum.jogamp.org/Using-Ogre-1-8-with-JOGL-and-OpenGL-ES-2-0-tp3754215p3763683.html
ok thanks for the response
correct me if i am wrong but
I am assuming JOGL has its EGL interface seperated out into seperate classes which is unrelated to the opengl classes.
And I am assuming these seperate classes for SWT would be
GLCanvas, GLCapabilites (set's EGL configs independent of GL)
GLWindow(set's up EGL Surface independent of GL)
and the swap buffers call - Swapbuffers
and for eglcontext?
Is there a strict one to one mapping betwenn
eglconfig, egldisplay, eglsurface, eglcontext and the JOGL classes?