Refactor Cull Mode to only send face.
This commit is contained in:
parent
2fd093d4b4
commit
5a391f38fd
11 changed files with 27 additions and 18 deletions
|
@ -2,6 +2,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
{
|
||||
public enum Face
|
||||
{
|
||||
None = 0,
|
||||
Front = 0x404,
|
||||
Back = 0x405,
|
||||
FrontAndBack = 0x408,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue