Variable vec4.z

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