mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 02:52:25 -07:00
mark state as dirty
This commit is contained in:
@@ -16,6 +16,15 @@ namespace Ryujinx.Graphics.Metal
|
||||
public bool Scissor = false;
|
||||
|
||||
public DirtyFlags() { }
|
||||
|
||||
public void MarkAll() {
|
||||
Pipeline = true;
|
||||
DepthStencil = true;
|
||||
CullMode = true;
|
||||
Winding = true;
|
||||
Viewport = true;
|
||||
Scissor = true;
|
||||
}
|
||||
}
|
||||
|
||||
[SupportedOSPlatform("macos")]
|
||||
|
Reference in New Issue
Block a user