Enumeration
CoglPipelineCullFaceMode
since: 13
Description [src]
Specifies which faces should be culled. This can be set on a pipeline using cogl_pipeline_set_cull_face_mode().
Available since: 13
Members
COGL_PIPELINE_CULL_FACE_MODE_NONE-
Neither face will be culled. This is the default.
- Value:
0 - Nickname:
None - Available since: 13
- Value:
COGL_PIPELINE_CULL_FACE_MODE_FRONT-
Front faces will be culled.
- Value:
1 - Nickname:
None - Available since: 13
- Value:
COGL_PIPELINE_CULL_FACE_MODE_BACK-
Back faces will be culled.
- Value:
2 - Nickname:
None - Available since: 13
- Value:
COGL_PIPELINE_CULL_FACE_MODE_BOTH-
All faces will be culled.
- Value:
3 - Nickname:
None - Available since: 13
- Value: