Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glCopyPixels ( x y width height type -- )
Vocabulary
opengl.gl
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 )
;
inline