mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 12:49:15 +00:00
42dc925c3d
* Use a program counter to control shaders' flow * Cleanup * Implement SSY/SYNC * Address feedback * Fixup commentary * Fixup Ssy instruction
4 lines
126 B
C#
4 lines
126 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
delegate void ShaderDecodeFunc(ShaderIrBlock Block, long OpCode, long Position);
|
|
} |