The order of the vertices within a primitive specifies whether it is considered to be front or back facing.
This function specifies which order is considered to be the front faces. cogl_winding_counter_clockwise sets the front faces to primitives with vertices in a counter-clockwise order and cogl_winding_clockwise sets them to be clockwise. The default is cogl_winding_counter_clockwise.
this |
a Pipeline |
The this front face winding Status: Unstable |