swapBuffers() very very slow
Posted by
elect on
Oct 29, 2014; 2:10pm
URL: https://forum.jogamp.org/swapBuffers-very-very-slow-tp4033466.html
Profiling our application I found out most of the time is taken by the buffers swapping..
You can see the time on the CPU, the swapping took 71s! The real rendering about 20s..
Could it be because I am doing something wrong?