blob: 7ce5e6b3d95f5be14432c829a9b098c9f4e34af8 [file] [log] [blame]
#version 100
precision mediump float;
uniform vec4 uColor_Stage0;
void main() {
{
gl_FragColor = vec4(1.0);
}
}