Implement SetDepthClamp

This commit is contained in:
Isaac Marovitz
2024-05-18 21:29:46 -04:00
committed by Evan Husted
parent 15051d6e56
commit 4f356b4117
3 changed files with 21 additions and 1 deletions

View File

@@ -321,7 +321,7 @@ namespace Ryujinx.Graphics.Metal
public void SetDepthClamp(bool clamp)
{
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
_encoderStateManager.UpdateDepthClamp(clamp);
}
public void SetDepthMode(DepthMode mode)