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

4 lines
111 B
C#
Raw Normal View History

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