Bug 372

Summary: glDrawElementsInstancedEXT has no VBO version
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED INVALID    
Severity: normal    
Priority: P3    
Version: 1   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:51:46 CET


---- 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
Comment 1 Sven Gothel 2010-11-19 12:48:25 CET
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.