mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 19:32:33 -07:00
Depth Bias
This commit is contained in:
committed by
Isaac Marovitz
parent
e97c9bc959
commit
9a6759d1e5
@@ -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