API Version: 16
Library Version: 16
Generated by gi-docgen 2024.2
enum Cogl.Winding
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().
COGL_WINDING_CLOCKWISE
Vertices are in a clockwise order.
0
COGL_WINDING_COUNTER_CLOCKWISE
Vertices are in a counter-clockwise order.
1
Content