I am trying to share textures between a rendering context created with jogl and one that is not. I just need to call:
WGL.wglShareLists( hglrc1, hglrc2 );
but WindowsGLContext.getHGLRC() is protected as is GLCanvas.getContext()
I could recompile everything making those public, but I do not seem to get all the required files from CVS. for example WGL does not exist in:
https://jogl.dev.java.net/source/browse/jogl/src/net/java/games/jogl/impl/windows/
am i missing something really basic?
thanks
ryan