Stencil Ref Value
This commit is contained in:
committed by
Evan Husted
parent
ac8af32744
commit
2e99df371f
@@ -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