Cogl.PipelineCullFaceMode
Specifies which faces should be culled. This can be set on a pipeline using Cogl.Pipeline.prototype.set_cull_face_mode.
- PipelineCullFaceMode.NONE
Neither face will be culled. This is the default.
- PipelineCullFaceMode.FRONT
Front faces will be culled.
- PipelineCullFaceMode.BACK
Back faces will be culled.
- PipelineCullFaceMode.BOTH
All faces will be culled.