Variable vec4.w

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