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