mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:12:25 -07:00
Implement SetDepthClamp
This commit is contained in:
committed by
Isaac Marovitz
parent
f98d9bae24
commit
20e1d1cd33
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user