Handbook
Glossary
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
alien.c-types
alien.syntax
opengl.gl.extensions
;
IN:
opengl.gl
:
glReadPixels
( x y width height format type pixels -- )
{
"glReadPixels"
}
258
gl-function-pointer
\
void
{
GLint
GLint
GLsizei
GLsizei
GLenum
GLenum
pointer:
GLvoid
}
\
cdecl
alien-indirect
;