mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 15:32:33 -07:00
Stencil Ref Value
This commit is contained in:
committed by
Isaac Marovitz
parent
0a6f11d247
commit
43460186a8
@@ -53,6 +53,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public MTLStencilDescriptor BackFaceStencil = new();
|
||||
public MTLStencilDescriptor FrontFaceStencil = new();
|
||||
public int BackRefValue = 0;
|
||||
public int FrontRefValue = 0;
|
||||
public bool StencilTestEnabled = false;
|
||||
|
||||
public PrimitiveTopology Topology = PrimitiveTopology.Triangles;
|
||||
|
Reference in New Issue
Block a user