aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs')
-rw-r--r--Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs b/Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs
deleted file mode 100644
index 5b08c5b1..00000000
--- a/Ryujinx.Graphics/Gal/Shader/ShaderIrOperImmf.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace Ryujinx.Graphics.Gal.Shader
-{
- class ShaderIrOperImmf : ShaderIrNode
- {
- public float Value { get; private set; }
-
- public ShaderIrOperImmf(float value)
- {
- Value = value;
- }
- }
-} \ No newline at end of file