mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-05-14 00:35:16 +00:00
4 lines
111 B
C#
4 lines
111 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
delegate void ShaderDecodeFunc(ShaderIrBlock Block, long OpCode);
|
|
} |