Login  Register

Re: Multiple GlCanvases sharing ogl data (textures, vbos etc)

Posted by GiGurra on Aug 06, 2011; 11:56am
URL: https://forum.jogamp.org/Multiple-GlCanvases-sharing-ogl-data-textures-vbos-etc-tp3220404p3230948.html

Question:

if I use a NEWT window (GlWindow), create it, set visible, get its context, then set it to visible->false.
Will the context still be OK? until I destroy it? If so I could have an invisible newt window as a kind of base context... (This doesnt work with CLCanvas from AWT)