aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/SamplerIndex.cs
blob: 651983f1ec65568b557c3b48c6782e53c33e8fa6 (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Gpu.State
{
    enum SamplerIndex
    {
        Independently  = 0,
        ViaHeaderIndex = 1
    }
}