HLSL: Handle greater/less depth modes. Fixes issue #489.
This commit is contained in:
4
Test/hlsl.depthGreater.frag
Normal file
4
Test/hlsl.depthGreater.frag
Normal file
@@ -0,0 +1,4 @@
|
||||
void PixelShaderFunction(out float depth : SV_DepthGreaterEqual)
|
||||
{
|
||||
depth = 0.2;
|
||||
}
|
||||
Reference in New Issue
Block a user