7 precision mediump float;
13 // a is not boolean, so the logical-not operator cannot be applied
14 // to it. Further, the result of the logical-not operator is boolean,
15 // so it cannot be assigned to a variable of type int.
18 gl_Position = vec4(x);