Cogl.Pipeline.prototype.get_front_face_winding

function get_front_face_winding(): Cogl.Winding {
    // Gjs wrapper for cogl_pipeline_get_front_face_winding()
}
  

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.

Since 2.0

Returns

The pipeline front face winding

Status: Unstable