aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/UpscaleType.cs
blob: 442b65f242a4c8efe16cca84b967546c337a6084 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Graphics.GAL
{
    public enum ScalingFilter
    {
        Bilinear,
        Nearest,
        Fsr
    }
}