HLSL: Handle greater/less depth modes. Fixes issue #489.
This commit is contained in:
parent
a305166ea4
commit
9e079535a0
9 changed files with 158 additions and 13 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue