diff --git a/src/Ryujinx.Graphics.Metal/RenderEncoderState.cs b/src/Ryujinx.Graphics.Metal/RenderEncoderState.cs index 3d54c7abc..78013833c 100644 --- a/src/Ryujinx.Graphics.Metal/RenderEncoderState.cs +++ b/src/Ryujinx.Graphics.Metal/RenderEncoderState.cs @@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Metal if (_fragmentFunction != null) { - renderPipelineDescriptor.VertexFunction = _fragmentFunction; + renderPipelineDescriptor.FragmentFunction = _fragmentFunction; } var attachment = renderPipelineDescriptor.ColorAttachments.Object(0);