Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glEvalMesh2 ( mode i1 i2 j1 j2 -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glEvalMesh2
(
GLenum
mode,
GLint
i1,
GLint
i2,
GLint
j1,
GLint
j2 )
;
inline