Re: RFC: OpenGL 3.3, 4.0 and 4.1 support
Posted by
gouessej on
Oct 21, 2010; 12:11pm
URL: https://forum.jogamp.org/RFC-OpenGL-3-3-4-0-and-4-1-support-tp1314485p1745188.html
Where is glDrawElementsInstanced(int mode, int indices_count, int type, long indices_buffer_offset, int primcount)?
There is only glDrawElementsInstanced(int mode, java.nio.IntBuffer indices, int primcount) whereas I need the first one :(