Fix Depth/Stencil attachments
This commit is contained in:
parent
738227519d
commit
fbe275204b
3 changed files with 75 additions and 20 deletions
|
@ -32,6 +32,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public MTLStencilDescriptor BackFaceStencil = new();
|
||||
public MTLStencilDescriptor FrontFaceStencil = new();
|
||||
public bool StencilTestEnabled = false;
|
||||
|
||||
public PrimitiveTopology Topology = PrimitiveTopology.Triangles;
|
||||
public MTLCullMode CullMode = MTLCullMode.None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue