hi,
in my app JOGL provides current context through JNI to code written in C++. I need the same context in C++ code after removeNotify method on GLCanvas is called. But removeNotify destroys context. is there any workaround how to JOGL say: don’t destroy context on removeNotify call?
thanks,
Pavel