Enumeration

CoglPipelineCullFaceMode

Declaration

enum Cogl.PipelineCullFaceMode

Description [src]

Specifies which faces should be culled. This can be set on a pipeline using cogl_pipeline_set_cull_face_mode().

Members

Name Description
COGL_PIPELINE_CULL_FACE_MODE_NONE

Neither face will be culled. This is the default.

COGL_PIPELINE_CULL_FACE_MODE_FRONT

Front faces will be culled.

COGL_PIPELINE_CULL_FACE_MODE_BACK

Back faces will be culled.

COGL_PIPELINE_CULL_FACE_MODE_BOTH

All faces will be culled.