6 * From page 35 (page 41 of the PDF) of the GLSL 1.20 spec:
8 * "In total, only the following operators are allowed to operate on
9 * arrays and structures as whole entities:
11 * field or method selector .
14 * indexing (arrays only) []"
22 gl_Position = (--a)[0];