OpenGL rendering to file

Started by
0 comments, last by anist 18 years, 10 months ago
Hi, Do you guys know how I can go about using opengl to render to a bitmap instead of a window. Ideally I don't want to open a window at all. Thanks
Advertisement
there's this, but you could always copy the color buffer to a buffer of COLORREFs using glReadPixels and the GL_BGR_EXT argument. After that look up saving bitmaps in MSDN and your home.
As your leader, I encourage you from time to time, and always in a respectful manner, to question my logic. If you're unconvinced that a particular plan of action I've decided is the wisest, tell me so, but allow me to convince you and I promise you right here and now, no subject will ever be taboo. Except, of course, the subject that was just under discussion. The price you pay for bringing up either my Chinese or American heritage as a negative is - I collect your f***ing head.

This topic is closed to new replies.

Advertisement