Login  Register

Re: Multiple VAO and VBO with JOGL

Posted by Chen norris on Apr 20, 2018; 9:07am
URL: https://forum.jogamp.org/Multiple-VAO-and-VBO-with-JOGL-tp4038824p4038831.html

Just had a look at this one :
https://wiki.jogamp.org/git/?p=jogl-demos.git;a=blob;f=src/demos/es2/RawGL2ES2demo.java;hb=HEAD

but I'm not sure that it's the example you were talking about because I didn't find any glBindVertexArray call inside the source code. I searched for other examples from Xerxes (through the wiki and through his website) but I didn't find any occurence of glBindVertexArray either...