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