glReadPixels ( x y width height format type pixels -- ) (original) (raw)
glReadPixels ( x y width height format type pixels -- )
Inputs
x | an object |
---|---|
y | an object |
width | an object |
height | an object |
format | an object |
type | an object |
pixels | an object |
Outputs
None
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: gl FUNCTION: void glReadPixels
( GLint x, GLint y, GLsizei width, GLsizei height, GLenum
format, GLenum type, GLvoid* pixels )