Load attachments
parent
70ba3506b0
commit
72209ba2a6
|
|
@ -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 New Issue