Variable vec4.y

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