WIP: Experimental: Metal backend #439

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

View File

@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Metal
if (_fragmentFunction != null)
{
renderPipelineDescriptor.VertexFunction = _fragmentFunction;
renderPipelineDescriptor.FragmentFunction = _fragmentFunction;
}
var attachment = renderPipelineDescriptor.ColorAttachments.Object(0);