glVertex3f ( x y z -- )
Factor documentation > Factor handbook > UI framework > Implementing new gadgets > Customizing gadget appearance > Implementing custom drawing logic > OpenGL utility words > OpenGL binding > Specifying vertices
Prev:glVertex3d ( x y z -- )
Next:glVertex3i ( x y z -- )


Vocabulary
opengl.gl

Definition
USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glVertex3f
( GLfloat x, GLfloat y, GLfloat z ) ; inline