Ignore SetDepthMode

This commit is contained in:
Isaac Marovitz 2024-05-18 21:02:49 -04:00 committed by Evan Husted
parent 401ad1f983
commit 0d5292ff8c

View File

@ -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)