1 namespace Ryujinx.Graphics.GAL 2 { 3 public enum CompareMode 4 { 5 None, 6 CompareRToTexture, 7 } 8 }