Load attachments

This commit is contained in:
Isaac Marovitz 2024-03-19 21:15:31 -04:00 committed by Isaac Marovitz
parent c0499b697d
commit 81a92a9147

View file

@ -126,6 +126,7 @@ namespace Ryujinx.Graphics.Metal
{
var attachment = descriptor.ColorAttachments.Object((ulong)i);
attachment.Texture = _renderTargets[i];
attachment.LoadAction = MTLLoadAction.Load;
}
}