Ignore SetDepthMode

This commit is contained in:
Isaac Marovitz 2024-05-18 21:02:49 -04:00
parent 500aff53b1
commit c70f7005dd
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

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)