This commit is contained in:
Isaac Marovitz
2024-05-19 11:05:50 -04:00
committed by Evan Husted
parent 9c5917912b
commit 96eea9de23
2 changed files with 95 additions and 91 deletions

View File

@@ -16,6 +16,12 @@ namespace Ryujinx.Graphics.Metal
Pipeline = true;
DepthStencil = true;
}
public void Clear()
{
Pipeline = false;
DepthStencil = false;
}
}
[SupportedOSPlatform("macos")]