Depth Bias
This commit is contained in:
committed by
Evan Husted
parent
65bddcd475
commit
5423ad9ae1
@@ -388,7 +388,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void SetDepthBias(PolygonModeMask enables, float factor, float units, float clamp)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
_encoderStateManager.UpdateDepthBias(units, factor, clamp);
|
||||
}
|
||||
|
||||
public void SetDepthClamp(bool clamp)
|
||||
|
||||
Reference in New Issue
Block a user