This commit is contained in:
Isaac Marovitz 2023-10-10 22:10:28 -04:00
parent 5452048292
commit 2d156a3c08
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

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