Re: Understanding issue with automatic buffer swapping
Posted by Xerxes Rånby on Mar 06, 2017; 8:32am URL: https://forum.jogamp.org/Understanding-issue-with-automatic-buffer-swapping-tp4037728p4037736.html
You want to invert the logic on line #L287 of GL4RenderSystem and use
if (!canvas.getAutoSwapBufferMode())
so that your buffers will get swapped when you have disabled automatic buffer swapping.