Struct
CoglVertexP3
Description [src]
struct CoglVertexP3 {
float x;
float y;
float z;
}
A convenience vertex definition that can be used with cogl_primitive_new_p3().
Structure members
x
The x component of a position attribute.
y
The y component of a position attribute.
z
The z component of a position attribute.