//precision mediump float; varying vec3 color; void main() { //gl_FragColor = vec4(color, 1.0); gl_FragColor = vec4(1.0, 1.0, 0.5, 1.0); }