aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs b/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
deleted file mode 100644
index 7765e899..00000000
--- a/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using Ryujinx.Graphics.GAL;
-
-namespace Ryujinx.Graphics.Gpu.Memory
-{
- /// <summary>
- /// GPU Index Buffer information.
- /// </summary>
- struct IndexBuffer
- {
- public ulong Address;
- public ulong Size;
-
- public IndexType Type;
- }
-} \ No newline at end of file