Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git] / Test / hlsl.depthGreater.frag
1 void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
2 {
3     depth = 0.2;
4 }