blob: 5e3e2229cbe83648d180a0377d510b7c91edcbba [file] [log] [blame]
precision mediump float;
void main() {
gl_FragColor = vec4(1.0,1.0,0.0,1.0);
}