aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/CounterType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/CounterType.cs')
-rw-r--r--Ryujinx.Graphics.GAL/CounterType.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.Graphics.GAL/CounterType.cs b/Ryujinx.Graphics.GAL/CounterType.cs
deleted file mode 100644
index 9d7b3b98..00000000
--- a/Ryujinx.Graphics.GAL/CounterType.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace Ryujinx.Graphics.GAL
-{
- public enum CounterType
- {
- SamplesPassed,
- PrimitivesGenerated,
- TransformFeedbackPrimitivesWritten
- }
-} \ No newline at end of file