Stencil Ref Value

This commit is contained in:
Isaac Marovitz 2024-05-27 22:00:48 -04:00 committed by Isaac Marovitz
parent 0a6f11d247
commit 43460186a8
2 changed files with 24 additions and 0 deletions

View file

@ -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;