revert deferred clears

This commit is contained in:
Samuliak 2024-05-24 14:41:51 +02:00 committed by Isaac Marovitz
parent 79acae3709
commit 295845e6e3
2 changed files with 11 additions and 74 deletions

View file

@ -134,6 +134,7 @@ namespace Ryujinx.Graphics.Metal
SetDepthStencilState(renderCommandEncoder);
}
// Clear the dirty flags
_currentState.Dirty.Clear();
}