Hi all,

Is it possible to get my opengl engine to 'render' in a thread?

I have tried using BeginThread(), this seems to work except all i get in the opengl context is a black screen.

Is there something else i need to do?

I can't put my entire engine in to a thread as there are several events going to and from my application.

Thanks