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
- Model x-coordinate. 
- y
- Model y-coordinate. 
- z
- Model z-coordinate. 
- tx
- Texture x-coordinate. 
- ty
- Texture y-coordinate. 
- color
- The color to use at this vertex. This is ignored if use_color is - FALSEwhen calling cogl_polygon().