Implement SetDepthClamp
This commit is contained in:
parent
f98d9bae24
commit
20e1d1cd33
3 changed files with 21 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue