3 * From page 17 (page 23 of the PDF) of the GLSL 1.20 spec:
5 * "Samplers cannot be treated as l-values; hence cannot be used as
6 * out or inout function parameters, nor can they be assigned into."
10 uniform sampler2D u[4];
17 gl_FragColor = texture2D(temp[0], coord);