Actually clear the right render target

This commit is contained in:
Isaac Marovitz 2024-06-21 16:39:27 +01:00 committed by Isaac Marovitz
parent 72cbb41609
commit 4578ee53d3
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ namespace Ryujinx.Graphics.Metal
public readonly MTLIndexType IndexType => _currentState.IndexType;
public readonly ulong IndexBufferOffset => _currentState.IndexBufferOffset;
public readonly PrimitiveTopology Topology => _currentState.Topology;
public readonly Texture RenderTarget => _currentState.RenderTargets[0];
public readonly Texture[] RenderTargets => _currentState.RenderTargets;
public readonly Texture DepthStencil => _currentState.DepthStencil;
// RGBA32F is the biggest format