8 * Page 35 of the OpenGL ES Shading Language 3.00 spec says:
10 * "An array declaration which leaves the size unspecified is an
16 /* This is valid in desktop GL. The initial declaration lacks a
17 * size, but a later re-declaration provides one. GLSL ES does not
24 gl_Position = vec4(0.);