Struct
CoglTextureVertex
since: 13
Description [src]
struct CoglTextureVertex {
float x;
float y;
float z;
float tx;
float ty;
CoglColor color;
}
Used to specify vertex information when calling cogl_polygon()
Structure members
xModel x-coordinate.
yModel y-coordinate.
zModel z-coordinate.
txTexture x-coordinate.
tyTexture y-coordinate.
colorThe color to use at this vertex. This is ignored if use_color is
FALSEwhen callingcogl_polygon()
Available since: 13