mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-17 23:07:08 +01: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);
|
|
} |