How to use multiple QGLWidgets rendering concurrently...
-
wrote on 9 Nov 2010, 12:11 last edited by
How to use multiple QGLWidgets rendering concurrently?
-
wrote on 9 Nov 2010, 12:15 last edited by
What's the problem?
-
wrote on 9 Nov 2010, 12:21 last edited by
QGLBuffers cannot bind to the context correctly...
[quote author="Alexander Kuchumov" date="1289304938"]What's the problem?[/quote] -
wrote on 9 Nov 2010, 13:13 last edited by
do you use: @QGlWidget::makeCurrent()@
-
wrote on 9 Nov 2010, 13:14 last edited by
Yes.
[quote author="Alexander Kuchumov" date="1289308404"]do use @QGlWidget::makeCurrent()@?[/quote] -
wrote on 9 Nov 2010, 13:19 last edited by
I used QGLWidgets concurrently in one application, but it worked.
Can you show example? -
wrote on 9 Nov 2010, 13:37 last edited by
Thanks a lot~ i have fixed it by your reply.
[quote author="Alexander Kuchumov" date="1289308758"]I used QGLWidgets concurrently in one application, but it worked.
Can you show example?[/quote] -
wrote on 9 Nov 2010, 13:57 last edited by
What was the problem? makeCurrent ?
-
wrote on 9 Nov 2010, 15:05 last edited by
When i bind buffer to update data, i lost makeCurrent...
[quote author="Alexander Kuchumov" date="1289311058"]What was the problem? makeCurrent ?[/quote] -
wrote on 5 Jan 2013, 07:32 last edited by
I have a problem in sharing a GLContext between two GLWidgets,
I have Dual monitor system which has got NVidia Graphics Card, Monitors are configured as Screen 0 & Screen 1 ( Separate X Screens). and i am trying to create one GLwidget on Screen 0 and the second GLWidget on Screen 1, if Both GLWidgets are at same screen i am able to share the context but if i create a second GLWidget on Screen 1 context is not sharing. Advance Thanks for any help.