Re: GL2ES2 : glEnableClientState(GL2ES2.GL_VERTEX_ARRAY) issue
Posted by
gouessej on
Mar 05, 2013; 11:44am
URL: https://forum.jogamp.org/GL2ES2-glEnableClientState-GL2ES2-GL-VERTEX-ARRAY-issue-tp4028490p4028500.html
JMonkeyEngine 3 can still be a nice source of inspiration, look at
this class, it uses glVertexAttrib, glVertexAttribPointer, glEnableVertexAttribArray and glDisableVertexAttribArray.