1OUTPUT
2
3uniform float dim;
4
5void main()
6{
7	outColor = vec4(0.0, 0.0, 0.0, dim);
8}
9