---- Reported by kitfox 2009-05-01 12:16:37 ---- According to the OpenGL docs, the method glDrawElementsInstancedEXT is only valid when using VBOs. However, JOGL only provides an immediate mode version of this method. For this method to be useful, it's signature needs to be changed to use VBOs instead of being passed a buffer. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:51 EDT --- This bug was previously known as _bug_ 372 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=372
public void glDrawElementsInstanced(int mode, int count, int type, Buffer indices, int primcount); http://www.opengl.org/sdk/docs/man3/xhtml/glDrawElementsInstanced.xml ain't right ? don't see any problems (anymore) .. also don't see the VBO relation.