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