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