mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 15:22:34 -07:00
Metal: Advanced Present (#6)
* Initial DrawTexture support & Advanced Present * TODO: Get Scissors Working * Chnage scissor state management * Rebase problems… * Rebase fixes again * Update DrawTexture + Fix Topology * Fix flipping * Add clear action support * Cleanup
This commit is contained in:
@@ -73,6 +73,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
// Dirty flags
|
||||
public DirtyFlags Dirty = new();
|
||||
|
||||
// Only to be used for present
|
||||
public bool ClearLoadAction = false;
|
||||
|
||||
public EncoderState() { }
|
||||
|
||||
public EncoderState Clone()
|
||||
|
Reference in New Issue
Block a user