blob: 54edf85b4d70e5cb2abbe22029843221eb790316 [file] [log] [blame]
varying vec4 varColor;
void main() {
gl_FragColor = varColor;
}