#version 100 precision highp float; void main() { gl_FragColor = vec4(1.0, 0.5, 0.2, 1.0); }