
using WGL Extensions
Posted Sunday, 17 January, 2010 - 00:01 by HangDude inhello!
I'm trying to synchronize two displays for stereo vision on a quadro card using a Genlock card. Therefore I need access to the wglJoinSwapGroupNV (and friends) method. What would be the best way to do this using OpenTK?
I would really dislike having to switch away from OpenTK just because of this.
Thank you in advance,
Philipp


Comments
Re: using WGL Extensions
OpenTK doesn't expose this extension right now, but please add a feature request and I will look into adding it in a future version.
In the meantime, it is quite easy to p/invoke the necessary functions by hand: