aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs
blob: eb37359bf48156921c3b053d39e350491317555b (plain)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Graphics.Gal.Shader
{
    enum ShaderRegisterSize
    {
        Half,
        Single,
        Double
    }
}