namespace Ryujinx.Graphics.GAL.Sampler { public enum MagFilter { Nearest = 1, Linear } }