Struct

CoglVertexP2

Description [src]

struct CoglVertexP2 {
  float x;
  float y;
}

A convenience vertex definition that can be used with cogl_primitive_new_p2().

Structure members
x: float

The x component of a position attribute.

y: float

The y component of a position attribute.