Ignore SetDepthMode
This commit is contained in:
parent
e6c2e5873c
commit
71ccb7eaef
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public void SetDepthMode(DepthMode mode)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
// Metal does not support depth clip control.
|
||||
}
|
||||
|
||||
public void SetDepthTest(DepthTestDescriptor depthTest)
|
||||
|
|
Loading…
Reference in a new issue