OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> openGL in 2 windows...
PDA
View Full Version :
openGL in 2 windows...
10-24-2000, 09:52 AM
Hey, is it possible to have 2 openGL rendering contexts(or something) and render to 2 different windows in the same app?
rIO
10-25-2000, 04:12 AM
Yes of course it's possible, I think you should try to play with
wglMakeCurrent(hDC,glrDC);
after creating 2 different hDC of course.
Bye, rIO.
10-26-2000, 07:05 AM
k, thanks
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.