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