mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:22:25 -07:00
Cleanup
This commit is contained in:
committed by
Isaac Marovitz
parent
7983bc062b
commit
684e025d61
@@ -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