ryubing/Ryujinx.Graphics/Gal/Shader/ShaderDecode.cs

4 lines
126 B
C#

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