Implement SetDepthClamp

This commit is contained in:
Isaac Marovitz
2024-05-18 21:29:46 -04:00
committed by Isaac Marovitz
parent f98d9bae24
commit 20e1d1cd33
3 changed files with 21 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ namespace Ryujinx.Graphics.Metal
public MTLDepthStencilState? DepthStencilState = null;
public MTLDepthClipMode DepthClipMode = MTLDepthClipMode.Clip;
public MTLCompareFunction DepthCompareFunction = MTLCompareFunction.Always;
public bool DepthWriteEnabled = false;