precision mediump float;
uniform float u_clock;
void main() {
gl_FragColor = vec4(.9215, .8588, .698, 1.0);
}