Constructors
constructor
new TextureVertex( properties?: Partial< { color: Cogl.Color; tx: number; ty: number; x: number; y: number; z: number; }, >,): TextureVertex Parameters
Optionalproperties: Partial<
{
color: Cogl.Color;
tx: number;
ty: number;
x: number;
y: number;
z: number;
},
>
Properties
Used to specify vertex information when calling
cogl_polygon()