1
0
Fork 0

[docs] texture_polygon() is called polygon()

Remove the mentions to the old name of cogl_polygon().
This commit is contained in:
Emmanuele Bassi 2009-08-18 11:11:29 +01:00
parent f655b28e66
commit 366e0725ce

View file

@ -246,14 +246,15 @@ struct _CoglColor
* @tx: Texture x-coordinate
* @ty: Texture y-coordinate
* @color: The color to use at this vertex. This is ignored if
* @use_color is %FALSE when calling cogl_texture_polygon().
* use_color is %FALSE when calling cogl_polygon()
*
* Used to specify vertex information when calling cogl_texture_polygon().
* Used to specify vertex information when calling cogl_polygon()
*/
struct _CoglTextureVertex
{
float x, y, z;
float tx, ty;
CoglColor color;
};