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