swapBuffers() very very slow

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

swapBuffers() very very slow

elect
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?

Reply | Threaded
Open this post in threaded view
|

Re: swapBuffers() very very slow

gouessej
Administrator
Do you obtain similar results with any other JOGL based applications?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: swapBuffers() very very slow

elect
gouessej wrote
Do you obtain similar results with any other JOGL based applications?
No, I am pretty sure it depends on the fact I am using the oculus dk2 together...

Because also the start (when the dk2 is connect) is very very slow, around 10 additional seconds..