WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 71ccb7eaef - Show all commits

View File

@ -326,7 +326,7 @@ namespace Ryujinx.Graphics.Metal
public void SetDepthMode(DepthMode mode) public void SetDepthMode(DepthMode mode)
{ {
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!"); // Metal does not support depth clip control.
} }
public void SetDepthTest(DepthTestDescriptor depthTest) public void SetDepthTest(DepthTestDescriptor depthTest)