namespace Ryujinx.Graphics.Shader.Decoders
{
    enum FPType
    {
        FP16 = 1,
        FP32 = 2,
        FP64 = 3
    }
}