precision mediump float; precision mediump int; void main () { gl_FragColor = vec4(0.2, 0.5, 0.8, 1.0); }