namespace Ryujinx.Graphics.Shader.Decoders
{
enum FunctionType : byte
User,
Unused,
BuiltInFSIBegin,
BuiltInFSIEnd
}