Is there a way to programmatically select the rendering GPU in a multi-GPU environment? (Windows)

前端 未结 1 1159
日久生厌
日久生厌 2020-12-29 06:06

Question

I have an OpenGL application that will run in machines with diverse multi-GPU configurations (and possibly different Windows versions, from XP to 7). Is t

相关标签:
1条回答
  • 2020-12-29 06:33

    Since you are using nvidia Quadro cards, you can use the WGL_NV_gpu_affinity extension to select the GPU.

    I am not sure about ATI chips, but I think it is AMD_gpu_association

    0 讨论(0)
提交回复
热议问题