From b9aa3966c00b4bb3ff0292dc28ed53ad26cf284b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 8 Apr 2018 16:17:35 -0300 Subject: Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code. --- Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs') diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs b/Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs new file mode 100644 index 00000000..2648164a --- /dev/null +++ b/Ryujinx.Graphics/Gal/Shader/ShaderIrNode.cs @@ -0,0 +1,4 @@ +namespace Ryujinx.Graphics.Gal.Shader +{ + class ShaderIrNode { } +} \ No newline at end of file -- cgit v1.2.3