Hello,
I've been trying to make multiple windows this way:
Left = glutCreateWindow(...
Right = glutCreateWindow(...
to have two glut windows open simultaneously, then render into each as I wish. I've already made 2 viewports in a single window but I need Windows for that when I spread it across dual monitors. I believe things will be easier if I could have 2 glut windows instead. How do I choose them and render into them?
Thanks,
Barry