aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderTexqInfo.cs
blob: 9158662ccdec08b062ae4459e63cd558ec7729bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Ryujinx.Graphics.Gal.Shader
{
    enum ShaderTexqInfo
    {
        Dimension   = 1,
        TextureType = 2,
        SamplePos   = 5,
        Filter      = 16,
        Lod         = 18,
        Wrap        = 20,
        BorderColor = 22
    }
}