1float PixelShaderFunction() : SV_DepthLessEqual
2{
3    return 0.2;
4}
5