void main() { const vec4 v = vec2(2.0, 3.0); gl_FragColor = v; }