JoshKlint
10-23-2010, 04:33 PM
My inclination would be to make them shared, but this seems to indicate they are not? What's the story?:
http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=270293
If they aren't shared, is there any cost of calling wglMakeCurrent()? I already use a background hidden window context to share all contexts with, so I could just create FBOs on this persistent context and switch to it whenever I render to an FBO.
http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=270293
If they aren't shared, is there any cost of calling wglMakeCurrent()? I already use a background hidden window context to share all contexts with, so I could just create FBOs on this persistent context and switch to it whenever I render to an FBO.