blob: ca41f08967e1bbe78745d7e3f1d8cb6c63d1df46 [file] [log] [blame]
void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
{
depth = 0.2;
}