Hello.
When i'm trying to change render window via beginScene in OpenGL driver then 2nd window displays nothing.
But when I change driver to d3d9 works perfect.
Can somebody help me?
OpenGL SExposedVideoData HWND doesn't work
-
- Posts: 30
- Joined: Tue Oct 18, 2011 3:48 pm
Re: OpenGL SExposedVideoData HWND doesn't work
I think more details would help. What kind of window are you talking about (did you create it yourself?). Does it support opengl?wiedzmin112 wrote:Hello.
When i'm trying to change render window via beginScene in OpenGL driver then 2nd window displays nothing.
But when I change driver to d3d9 works perfect.
Can somebody help me?
Working on game: Marrbles (Currently stopped).
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: OpenGL SExposedVideoData HWND doesn't work
Example 14 has the full test code. However, not all combinations of window creation and external rendering do result in the proper outcome. But many things are documented in that example. Have a look there first.