Fix Depth/Stencil attachments
This commit is contained in:
committed by
Evan Husted
parent
c7b6e4cf80
commit
4190abbbf5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user