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:
parent
1f91c74a95
commit
1f29a76ea3
8 changed files with 358 additions and 63 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue