Implement SetDepthClamp

This commit is contained in:
Isaac Marovitz 2024-05-18 21:29:46 -04:00 committed by Isaac Marovitz
parent f98d9bae24
commit 20e1d1cd33
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)