Handbook
Glossary
glTexCoord4f ( 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
glTexCoord4f
(
GLfloat
s,
GLfloat
t,
GLfloat
r,
GLfloat
q )