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