Re: Multiple GlCanvases sharing ogl data (textures, vbos etc)
Posted by
gouessej on
Aug 08, 2011; 10:13am
URL: https://forum.jogamp.org/Multiple-GlCanvases-sharing-ogl-data-textures-vbos-etc-tp3220404p3235151.html
If you hide a NEWT window, the context can still be used. If you destroy it, the context might be destroyed if it is not shared. Sven, can you confirm this?