Handbook
Glossary
glRectf ( 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
glRectf
(
GLfloat
x1,
GLfloat
y1,
GLfloat
x2,
GLfloat
y2 )