blob: ca41f08967e1bbe78745d7e3f1d8cb6c63d1df46 [file] [log] [blame]
John Kessenich9e079532016-09-02 20:05:19 -06001void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
2{
3 depth = 0.2;
4}