precision highp float; void main() { vec4 myColor = vec4(1.0, 0.0, 0.0, 1.0); gl_FragColor = myColor; }