I use GLUT
to create window (glutCreateWindow()
). It seems like glut creates window allways in monitor which is in Windows set as MAIN. In my system are two GPUs.
Is it possible to set which monitor, resp. which GPU use to create window?
Not with a stock GLUT implementation.