[offtopic] screen capture using opengl

2009-03-30 Thread Micha Feigin
Sorry for being off topic, I'll be happy if someone can point me at the right location to ask this. I'm trying to figure out how to capture the screen using opengl. I tried glReadPixels but if I understand correctly it is reading from the current opengl context (the visible part of the current

Re: [offtopic] screen capture using opengl

2009-03-30 Thread Boyd Stephen Smith Jr.
In 20090330125126.28021...@vivalunalitshi.luna.local, Micha Feigin wrote: I'm trying to figure out how to capture the screen using opengl. I tried glReadPixels but if I understand correctly it is reading from the current opengl context (the visible part of the current opengl window) and not the

Re: [offtopic] screen capture using opengl

2009-03-30 Thread Micha Feigin
On Mon, 30 Mar 2009 10:59:42 -0500 Boyd Stephen Smith Jr. b...@iguanasuicide.net wrote: In 20090330125126.28021...@vivalunalitshi.luna.local, Micha Feigin wrote: I'm trying to figure out how to capture the screen using opengl. I tried glReadPixels but if I understand correctly it is reading