Handbook
Glossary
glVertex4i ( x y z w -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
OpenGL utility words
»
OpenGL binding
»
Specifying vertices
Prev:
glVertex4f ( x y z w -- )
Next:
glVertex4s ( 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
glVertex4i
(
GLint
x,
GLint
y,
GLint
z,
GLint
w )