glReadPixels ( x y width height format type pixels -- )


Vocabulary
opengl.gl

Inputs
xan object
yan object
widthan object
heightan object
formatan object
typean object
pixelsan object


Outputs
None

Definition


LIBRARY: gl FUNCTION: void glReadPixels
( GLint x, GLint y, GLsizei width, GLsizei height, GLenum
format, GLenum type, GLvoid* pixels )