GalCullFace.cs 167 B

123456789
  1. namespace Ryujinx.Graphics.Gal
  2. {
  3. public enum GalCullFace
  4. {
  5. Front = 0x404,
  6. Back = 0x405,
  7. FrontAndBack = 0x408
  8. }
  9. }