Please tell me what is the QT equivalent function for glutswapbuffers()..
+1
A:
QGLContext::swapBuffers()
or, if you're working with a widget:
QGLWidget::swapBuffers()
MartinodF
2009-05-29 03:16:08