Handbook
Glossary
glCopyPixels ( x y width height type -- )
Vocabulary
opengl
.
gl
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glCopyPixels
(
GLint
x,
GLint
y,
GLsizei
width,
GLsizei
height,
GLenum
type )