Struct

ClutterTextureVertex

Description [src]

struct ClutterTextureVertex {
  float x;
  float y;
  float z;
  float tx;
  float ty;
  CoglColor color;
}

Used to specify vertex information when calling cogl_polygon().

Structure members
x: float

Model x-coordinate.

y: float

Model y-coordinate.

z: float

Model z-coordinate.

tx: float

Texture x-coordinate.

ty: float

Texture y-coordinate.

color: CoglColor

The color to use at this vertex. This is ignored if use_color is FALSE when calling cogl_polygon().