aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Translation/HelperFunctionName.cs
blob: 5accdf65fbc836f7cc71c89312c3e4cf3da9905c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
using Ryujinx.Graphics.Shader.IntermediateRepresentation;
using System.Collections.Generic;

namespace Ryujinx.Graphics.Shader.Translation
{
    enum HelperFunctionName
    {
        TexelFetchScale,
        TextureSizeUnscale
    }
}