March 2013
Intermediate to advanced
984 pages
26h 18m
English
Once your rendering is complete, you may want to retrieve the rendered image for posterity. In that case, you can use the glReadPixels() function to read pixels from the read framebuffer and return the pixels to your application. You can return the pixels into memory allocated by the application, or into a pixel pack buffer, if one’s currently bound.