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

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

Vocabulary
opengl.gl

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 ;

IN: opengl.gl

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