WIP: Experimental: Metal backend #439

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

View File

@ -628,7 +628,7 @@ namespace Ryujinx.Graphics.Metal
public void SetUserClipDistance(int index, bool enableClip) public void SetUserClipDistance(int index, bool enableClip)
{ {
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!"); // TODO. Same as Vulkan
} }
public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs) public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)