Load attachments
This commit is contained in:
parent
3117aeca7f
commit
b4f468c653
@ -126,6 +126,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
{
|
{
|
||||||
var attachment = descriptor.ColorAttachments.Object((ulong)i);
|
var attachment = descriptor.ColorAttachments.Object((ulong)i);
|
||||||
attachment.Texture = _renderTargets[i];
|
attachment.Texture = _renderTargets[i];
|
||||||
|
attachment.LoadAction = MTLLoadAction.Load;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user