Merge pull request #2892 from greg-lunarg/mb
[platform/upstream/glslang.git] / Test / depthOut.frag
1 #version 130\r
2 \r
3 varying vec4 Color;\r
4 varying float Depth;\r
5 \r
6 void main()\r
7 {\r
8     gl_FragDepth = Depth;\r
9     gl_FragColor = Color;\r
10 }\r