| Summary: | GL_PARAMETER_BUFFER_ARB is perceived as invalid binding target | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | Giuseppe Barbieri <elect86> |
| Component: | opengl | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | ||
| Priority: | P4 | ||
| Version: | 2.4.0 | ||
| Hardware: | pc_x86_64 | ||
| OS: | windows | ||
| Type: | FEATURE | SCM Refs: |
jogl ddf2640e5088c105352b032bea076c569685c99a
|
| Workaround: | --- | ||
|
Description
Giuseppe Barbieri
2016-02-03 15:32:21 CET
Actually the fix is pretty easy :p https://github.com/sgothel/jogl/pull/98 GLBufferStateTracker needs to support ARB_indirect_parameters, i.e. checkTargetName(target) and getQueryName(target) need to recognize GL4.GL_PARAMETER_BUFFER_ARB. |