Enumeration

CoglWinding

since: 13

Declaration

enum Cogl.Winding

Description [src]

Enum used to represent the two directions of rotation. This can be used to set the front face for culling by calling cogl_pipeline_set_front_face_winding().

Available since: 13

Members

COGL_WINDING_CLOCKWISE

Vertices are in a clockwise order.

  • Value: 0
  • Nickname: None
  • Available since: 13
COGL_WINDING_COUNTER_CLOCKWISE

Vertices are in a counter-clockwise order.

  • Value: 1
  • Nickname: None
  • Available since: 13