1void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
2{
3    depth = 0.2;
4}
5