Load attachments

pull/5083/head
Isaac Marovitz 2024-03-19 21:15:31 -04:00 committed by Isaac Marovitz
parent 70ba3506b0
commit 72209ba2a6
1 changed files with 1 additions and 0 deletions

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