aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/BarrierLevel.cs
blob: 95c71e0097797ce7c7dd77dba183074e5feb2f9b (plain)
1
2
3
4
5
6
7
8
9
10
namespace Ryujinx.Graphics.Shader.Decoders
{
    enum BarrierLevel
    {
        Cta = 0,
        Gl  = 1,
        Sys = 2,
        Vc  = 3
    }
}