namespace Ryujinx.Graphics.Gal.Shader
{
    delegate void ShaderDecodeFunc(ShaderIrBlock Block, long OpCode);
}