Search code examples
openglglutfreeglutglew

glutCreateWindow on multi gpu system


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?


Solution

  • Not with a stock GLUT implementation.