Handbook
Glossary
glPolygonMode ( face mode -- )
Vocabulary
opengl
.
gl
Inputs
face
One of the following:
•
GL_FRONT
•
GL_BACK
•
GL_FRONT_AND_BACK
mode
One of the following:
•
GL_POINT
•
GL_LINE
•
GL_FILL
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glPolygonMode
( face mode -- )
{
"glPolygonMode"
}
14
gl-function-pointer
\
void
{
GLenum
GLenum
}
\
cdecl
alien-indirect
;