glCullFace - part-cw/lambdanative GitHub Wiki

(glCullFace mode)

glCullFace specifies whether front- or back-facing facets can be culled

Parameter Description
mode Specify which facets to cull. Options: GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK

Example

None provided.