Struct
CoglVertexP2T2
Description [src]
struct CoglVertexP2T2 {
  float x;
  float y;
  float s;
  float t;
}
A convenience vertex definition that can be used with cogl_primitive_new_p2t2().
Structure members
- x
- The x component of a position attribute. 
- y
- The y component of a position attribute. 
- s
- The s component of a texture coordinate attribute. 
- t
- The t component of a texture coordinate attribute.