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