When I create a new thread and use that thread to perform a function that does some thing to a window, like render an OpenGL scene, it does not work. I am going to guess that is due to the fact that the thread is on a different instance then the window, which is what creating a new thread does?? So my question is, is there a way to use an instance to render my OpenGL scene? Or another way to do this?
