Load attachments

This commit is contained in:
Isaac Marovitz 2024-03-19 21:15:31 -04:00
parent 3f8c111eef
commit 54865122aa
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
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;
}
}