bring back inline updates for some state
This commit is contained in:
parent
bb425bf640
commit
d04e24c382
2 changed files with 81 additions and 45 deletions
|
@ -10,20 +10,12 @@ namespace Ryujinx.Graphics.Metal
|
|||
{
|
||||
public bool Pipeline = false;
|
||||
public bool DepthStencil = false;
|
||||
public bool CullMode = false;
|
||||
public bool Winding = false;
|
||||
public bool Viewport = false;
|
||||
public bool Scissor = false;
|
||||
|
||||
public DirtyFlags() { }
|
||||
|
||||
public void MarkAll() {
|
||||
Pipeline = true;
|
||||
DepthStencil = true;
|
||||
CullMode = true;
|
||||
Winding = true;
|
||||
Viewport = true;
|
||||
Scissor = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue