mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
[docs] texture_polygon() is called polygon()
Remove the mentions to the old name of cogl_polygon().
This commit is contained in:
parent
7f1659f9c7
commit
ffd47f5b56
@ -246,14 +246,15 @@ struct _CoglColor
|
|||||||
* @tx: Texture x-coordinate
|
* @tx: Texture x-coordinate
|
||||||
* @ty: Texture y-coordinate
|
* @ty: Texture y-coordinate
|
||||||
* @color: The color to use at this vertex. This is ignored if
|
* @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
|
struct _CoglTextureVertex
|
||||||
{
|
{
|
||||||
float x, y, z;
|
float x, y, z;
|
||||||
float tx, ty;
|
float tx, ty;
|
||||||
|
|
||||||
CoglColor color;
|
CoglColor color;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user