1 2 3 4 5 6 7 8 9 10
namespace Ryujinx.Graphics.Gal.Shader { enum ShaderIpaMode { Pass = 0, None = 1, Constant = 2, Sc = 3 } }