mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 18:20:12 +01:00
smh
This commit is contained in:
parent
a9e9819b33
commit
64d12e8d23
@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
|
|
||||||
if (_fragmentFunction != null)
|
if (_fragmentFunction != null)
|
||||||
{
|
{
|
||||||
renderPipelineDescriptor.VertexFunction = _fragmentFunction;
|
renderPipelineDescriptor.FragmentFunction = _fragmentFunction;
|
||||||
}
|
}
|
||||||
|
|
||||||
var attachment = renderPipelineDescriptor.ColorAttachments.Object(0);
|
var attachment = renderPipelineDescriptor.ColorAttachments.Object(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user