Handbook
Glossary
glRasterPos4s ( x y z w -- )
Vocabulary
opengl
.
gl
Inputs
x
an
object
y
an
object
z
an
object
w
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glRasterPos4s
(
GLshort
x,
GLshort
y,
GLshort
z,
GLshort
w )