Handbook
Glossary
glVertex3i ( x y z -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
OpenGL utility words
»
OpenGL binding
»
Specifying vertices
Prev:
glVertex3f ( x y z -- )
Next:
glVertex3s ( x y z -- )
Vocabulary
opengl
.
gl
Inputs
x
an
object
y
an
object
z
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glVertex3i
( x y z -- )
{
"glVertex3i"
}
83
gl-function-pointer
\
void
{
GLint
GLint
GLint
}
\
cdecl
alien-indirect
;