| Summary: | glDrawElements missing a Buffer param in GL.java | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | vaxquis <spamove> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | UNCONFIRMED --- | ||
| Severity: | normal | CC: | gouessej, sgothel |
| Priority: | P4 | ||
| Version: | tbd | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | DEFECT | SCM Refs: | |
| Workaround: | --- | ||
|
Description
vaxquis
2015-11-03 15:41:04 CET
as a side note: there should probably be either int/short/byte overload versions for arrays and/or a Buffer one (glDrawElements can accept all three types per spec). |