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
.
精彩评论