namespace Ryujinx.Graphics.Gpu.Image { /// /// Sampler texture minification filter. /// enum SamplerMinFilter { Nearest = 1, Linear } }