mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-20 23:22:15 -07:00
Load attachments
This commit is contained in:
committed by
Isaac Marovitz
parent
70ba3506b0
commit
72209ba2a6
@@ -126,6 +126,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
{
|
{
|
||||||
var attachment = descriptor.ColorAttachments.Object((ulong)i);
|
var attachment = descriptor.ColorAttachments.Object((ulong)i);
|
||||||
attachment.Texture = _renderTargets[i];
|
attachment.Texture = _renderTargets[i];
|
||||||
|
attachment.LoadAction = MTLLoadAction.Load;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user