1LC_PIXEL_OUTPUT
2
3uniform mediump vec4 MaterialColor;
4
5void main()
6{
7	gl_FragColor = MaterialColor;
8}
9