Depth Bias
This commit is contained in:
committed by
Evan Husted
parent
65bddcd475
commit
5423ad9ae1
@@ -51,6 +51,10 @@ namespace Ryujinx.Graphics.Metal
|
||||
public MTLCompareFunction DepthCompareFunction = MTLCompareFunction.Always;
|
||||
public bool DepthWriteEnabled = false;
|
||||
|
||||
public float DepthBias;
|
||||
public float SlopeScale;
|
||||
public float Clamp;
|
||||
|
||||
public MTLStencilDescriptor BackFaceStencil = new();
|
||||
public MTLStencilDescriptor FrontFaceStencil = new();
|
||||
public int BackRefValue = 0;
|
||||
|
||||
Reference in New Issue
Block a user