开发者

Multi-monitor application in C++ and Opengl

开发者 https://www.devze.com 2023-01-01 10:22 出处:网络
I\'m developing an application in C++ on Windows and i don\'t know in Openlg how to initialize several devices or screens for an multi-monitor app开发者_开发问答lication.

I'm developing an application in C++ on Windows and i don't know in Openlg how to initialize several devices or screens for an multi-monitor app开发者_开发问答lication.

Thanks Paul


You'll have to create a separate render context for each window with wglCreateContext.

0

精彩评论

暂无评论...
验证码 换一张
取 消