1OUTPUT
2
3void main()
4{
5	outColor = vec4(1.0, 1.0, 1.0, 1.0);
6}
7