mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 20:42:26 -07:00
Implement SetDepthClamp
This commit is contained in:
committed by
Isaac Marovitz
parent
f98d9bae24
commit
20e1d1cd33
@@ -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)
|
||||
|
Reference in New Issue
Block a user