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