Tagged Questions

2
votes
3answers
604 views

Mix opengl and directdraw in different windows of the same application?

I'm developing an application with two windows: Window 1: Renders direct draw surfaces Window 2: I'd like to have it do pure OpenGL calls I don't want to mix OpenGL and DirectDraw in the same ...