aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs')
-rw-r--r--Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs b/Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs
deleted file mode 100644
index 42a17451..00000000
--- a/Ryujinx.Graphics/Shader/Decoders/IOpCodeCbuf.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.Graphics.Shader.Decoders
-{
- interface IOpCodeCbuf : IOpCode
- {
- int Offset { get; }
- int Slot { get; }
- }
-} \ No newline at end of file