Variable VertexPosColorTex.uv

Texture UV coordinates.

struct VertexPosColorTex
{
  // ...
  gfm.math.vector.Vector!(float,2) uv ;
  // ...
}