1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 04:42:01 +00:00
This commit is contained in:
Isaac Marovitz 2023-10-10 22:10:28 -04:00 committed by Isaac Marovitz
parent a9e9819b33
commit 64d12e8d23

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