Fix Clear Viewport
This commit is contained in:
committed by
Evan Husted
parent
4ee4e09358
commit
9ab2cd94c1
@@ -25,6 +25,8 @@ 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 DepthStencil => _currentState.DepthStencil;
|
||||
|
||||
// RGBA32F is the biggest format
|
||||
private const int ZeroBufferSize = 4 * 4;
|
||||
|
||||
Reference in New Issue
Block a user