diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderIrLabel.cs')
| -rw-r--r-- | Ryujinx.Graphics/Gal/Shader/ShaderIrLabel.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderIrLabel.cs b/Ryujinx.Graphics/Gal/Shader/ShaderIrLabel.cs new file mode 100644 index 00000000..f5b3585a --- /dev/null +++ b/Ryujinx.Graphics/Gal/Shader/ShaderIrLabel.cs @@ -0,0 +1,4 @@ +namespace Ryujinx.Graphics.Gal.Shader +{ + class ShaderIrLabel : ShaderIrNode { } +}
\ No newline at end of file |
