mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 23:20:52 -05:00
Implement SetDepthClamp
This commit is contained in:
committed by
Evan Husted
parent
15051d6e56
commit
4f356b4117
@@ -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