Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glMap1d ( target u1 u2 stride order points -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glMap1d
(
GLenum
target,
GLdouble
u1,
GLdouble
u2,
GLint
stride,
GLint
order, GLdouble* points )
;
inline