Fix Cull FrontAndBack
This commit is contained in:
parent
a60643620d
commit
b7ddb693bc
2 changed files with 28 additions and 6 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue