2 fullscreens

Started by
3 comments, last by KosmiC_Khaoz 17 years, 10 months ago
I can create 2 fullscreens in different monitors that run simultaneously or i have to create 1 fullscreen divided in 2 viewports (1 in each monitor)? SO: windows
Advertisement
After some search with Google an Opengl.org forum, i would suggest two windows. There wasn't any other solution availaible. Create 2 windows and set the coordinates right.
-----"Master! Apprentice! Heartborne, 7th Seeker Warrior! Disciple! In me the Wishmaster..." Wishmaster - Nightwish
Hi,

If you mean double monitor fullscreen application and you are using DirectX API, all you have to do is to add a swap chain for the other monitor so that DirectX could render to it. You'll find more info in DX SDK.

CU L8R
Given that this is the OpenGL forum I doubt he's using DirectX
Really thankz people ;)

Yah, this project isn't in Dx ;) but thankz too ;)

This topic is closed to new replies.

Advertisement