Struct

CoglVertexP3T2

Description [src]

struct CoglVertexP3T2 {
  float x;
  float y;
  float z;
  float s;
  float t;
}

A convenience vertex definition that can be used with cogl_primitive_new_p3t2().

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.

s

The s component of a texture coordinate attribute.

t

The t component of a texture coordinate attribute.