mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Load attachments
This commit is contained in:
parent
3117aeca7f
commit
b4f468c653
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
{
|
||||
var attachment = descriptor.ColorAttachments.Object((ulong)i);
|
||||
attachment.Texture = _renderTargets[i];
|
||||
attachment.LoadAction = MTLLoadAction.Load;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue