mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 09:22:33 -07:00
Fix Cull FrontAndBack
This commit is contained in:
committed by
Isaac Marovitz
parent
a60643620d
commit
b7ddb693bc
@@ -90,6 +90,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
public PrimitiveTopology Topology = PrimitiveTopology.Triangles;
|
||||
public MTLCullMode CullMode = MTLCullMode.None;
|
||||
public MTLWinding Winding = MTLWinding.CounterClockwise;
|
||||
public bool CullBoth = false;
|
||||
|
||||
public MTLViewport[] Viewports = [];
|
||||
public MTLScissorRect[] Scissors = [];
|
||||
|
Reference in New Issue
Block a user