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
- The x component of a position attribute. 
- y
- The y component of a position attribute.