Stencil Ref Value
This commit is contained in:
parent
0a6f11d247
commit
43460186a8
2 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue