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:
float
The x component of a position attribute.
y:
float
The y component of a position attribute.
s:
float
The s component of a texture coordinate attribute.
t:
float
The t component of a texture coordinate attribute.