Re: LWJGL-FX port to JOGL
Posted by
Sven Gothel on
Aug 17, 2014; 1:42pm
URL: https://forum.jogamp.org/LWJGL-FX-fast-JavaFX-integration-port-to-JOGL-tp4032802p4032808.html
On 08/17/2014 02:06 PM, aqd [via jogamp] wrote:
> How am I supposed to destroy buffers created by jogl JNI code?
Use 'glUnmapBuffer(..)'
We hook to the GL API entries map/unmap
to track the buffer mapping.
See Siggraph 2014 slides
and <
https://jogamp.org/bugzilla/show_bug.cgi?id=993#c1>
~Sven