Enumeration (GI Enum)

Cogl-18CoglPipelineCullFaceMode

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

Index

Enumeration Members

Enumeration Members

BACK: number

Back faces will be culled.

BOTH: number

All faces will be culled.

FRONT: number

Front faces will be culled.

NONE: number

Neither face will be culled. This is the default.