Variable vec4.x

struct vec4
{
  // ...
  float x;
  // ...
}