Implement SetDepthClamp
This commit is contained in:
parent
f98d9bae24
commit
20e1d1cd33
3 changed files with 21 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue