Variable VertexPosColorTex.position

3D position.

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