1varying vec4 Color;
2varying vec2 TextureCoord;
3
4void main(void)
5{
6    gl_FragColor = Color;
7}
8