aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs')
-rw-r--r--Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs b/Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs
deleted file mode 100644
index c925ea4e..00000000
--- a/Ryujinx.Graphics/Gal/Shader/ShaderIrMetaTexq.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace Ryujinx.Graphics.Gal.Shader
-{
- class ShaderIrMetaTexq : ShaderIrMeta
- {
- public ShaderTexqInfo Info { get; private set; }
-
- public int Elem { get; private set; }
-
- public ShaderIrMetaTexq(ShaderTexqInfo info, int elem)
- {
- Info = info;
- Elem = elem;
- }
- }
-} \ No newline at end of file