Files
ryujinx/Ryujinx.Graphics/Gal/Shader/ShaderDecode.cs
T
2018-04-08 16:41:38 -03:00

4 lines
111 B
C#

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