mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 11:20:54 -05:00
Cleanup
This commit is contained in:
committed by
Evan Husted
parent
9c5917912b
commit
96eea9de23
@@ -16,6 +16,12 @@ namespace Ryujinx.Graphics.Metal
|
||||
Pipeline = true;
|
||||
DepthStencil = true;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
Pipeline = false;
|
||||
DepthStencil = false;
|
||||
}
|
||||
}
|
||||
|
||||
[SupportedOSPlatform("macos")]
|
||||
|
||||
Reference in New Issue
Block a user