Fix Depth/Stencil attachments

This commit is contained in:
Isaac Marovitz 2024-05-18 19:59:38 -04:00 committed by Isaac Marovitz
parent 738227519d
commit fbe275204b
3 changed files with 75 additions and 20 deletions

View file

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