blob: d20885d756d5a1a256623dadb0a576d0dd95fe48 [file] [log] [blame] [edit]
varying lowp vec4 color;
void main() {
gl_FragColor = color;
}