Getting GLAutoDrawable from GL4
Posted by siddharth.cmdz on Nov 25, 2014; 1:18am
URL: https://forum.jogamp.org/Getting-GLAutoDrawable-from-GL4-tp4033629.html
hi,
Is there a way to get the GLAutoDrawable from the GL4 object? I see that the GLAutoDrawable is essentially the canvas. In my design, i pass the GL4 instance to places where they can direcctly call gl functions. However, there are places where it would be nice to get back the GLAutoDrawable from the GL4 instance. Is this possible?
-Siddharth