Handbook
Glossary
glTexCoord4d ( s t r q -- )
Vocabulary
opengl
.
gl
Inputs
s
an
object
t
an
object
r
an
object
q
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glTexCoord4d
(
GLdouble
s,
GLdouble
t,
GLdouble
r,
GLdouble
q )