Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glVertex4f ( x y z w -- )
Factor documentation
>
Factor handbook
>
UI framework
>
Implementing new gadgets
>
Customizing gadget appearance
>
Implementing custom drawing logic
>
OpenGL utility words
>
OpenGL binding
>
Specifying vertices
Prev:
glVertex4d ( x y z w -- )
Next:
glVertex4i ( x y z w -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glVertex4f
(
GLfloat
x,
GLfloat
y,
GLfloat
z,
GLfloat
w )
;
inline