Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glRecti ( x1 y1 x2 y2 -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glRecti
(
GLint
x1,
GLint
y1,
GLint
x2,
GLint
y2 )
;
inline