namespace Ryujinx.Graphics.Gpu.Image
{
    enum SamplerMinFilter
    {
        Nearest = 1,
        Linear
    }
}