Re: Make changes to rendering pipeline on the fly problem
Posted by EvilMax on Oct 05, 2014; 7:22pm
URL: https://forum.jogamp.org/Make-changes-to-rendering-pipeline-on-the-fly-problem-tp4033273p4033275.html
So, scenario is to save GLAutoDrawable in class, and when get/set method that requires to make changes to pipeline is called by external thread, create there runnable, and then put it into pipeline by invloke() method?