screenshots ?

Started by
0 comments, last by Lanman 22 years, 2 months ago
Please do you know how to save a screenshot (in fullscreen OpenGL) to the file ? If you do, please let me know ! Thanks !
Advertisement
There is a function called glReadPixels, not sure how it works but Ill suggest you look at it.

Or you can do it the easy way =), look at this excellent OGL Texture class: http://www.cfxweb.net/~delphigl/projects/glbmp.htm it has a function to do what you want.

This topic is closed to new replies.

Advertisement