Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glMap2f ( target u1 u2 ustride uorder v1 v2 vstride vorder points -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glMap2f
(
GLenum
target,
GLfloat
u1,
GLfloat
u2,
GLint
ustride,
GLint
uorder,
GLfloat
v1,
GLfloat
v2,
GLint
vstride,
GLint
vorder, GLfloat* points )
;
inline