Summary: | glDrawElementsInstancedEXT has no VBO version | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | 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
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. |