glPolygonMode ( face mode -- )


Vocabulary
opengl.gl

Inputs
faceOne of the following:
GL_FRONT
GL_BACK
GL_FRONT_AND_BACK
modeOne of the following:
GL_POINT
GL_LINE
GL_FILL


Outputs
None

Definition