Login  Register

Re: GL2ES2 : glEnableClientState(GL2ES2.GL_VERTEX_ARRAY) issue

Posted by gouessej on Mar 05, 2013; 3:35pm
URL: https://forum.jogamp.org/GL2ES2-glEnableClientState-GL2ES2-GL-VERTEX-ARRAY-issue-tp4028490p4028509.html

vslash wrote
if your don't have any Jogl solutions, it will be ok with me, findind out another solutions.
If it is doable with plain C OpenGL, it is doable with JOGL, otherwise it is doable neither with plain C OpenGL nor with JOGL. I'm not sure that what you're trying to achieve is doable in plain C OpenGL. If you find another solution, let us know.

Edit.: glDrawElements seems to take into account the offset bound to GL_ELEMENT_ARRAY_BUFFER but not the offset bound to GL_ARRAY_BUFFER.
Julien Gouesse | Personal blog | Website