mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 17:22:34 -07:00
Cleanup + Format
This commit is contained in:
committed by
Isaac Marovitz
parent
b064d76a4f
commit
362746887e
@@ -20,13 +20,6 @@ namespace Ryujinx.Graphics.Metal
|
||||
ComputePipeline = true;
|
||||
DepthStencil = true;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
RenderPipeline = false;
|
||||
ComputePipeline = false;
|
||||
DepthStencil = false;
|
||||
}
|
||||
}
|
||||
|
||||
[SupportedOSPlatform("macos")]
|
||||
|
Reference in New Issue
Block a user