mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 11:22:25 -07:00
Fix Clear Viewport
This commit is contained in:
committed by
Isaac Marovitz
parent
362672ae12
commit
3c188718c4
@@ -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