Handbook
Glossary
glRects ( x1 y1 x2 y2 -- )
Vocabulary
opengl
.
gl
Inputs
x1
an
object
y1
an
object
x2
an
object
y2
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glRects
(
GLshort
x1,
GLshort
y1,
GLshort
x2,
GLshort
y2 )