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, 9 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/CounterType.cs b/Ryujinx.Graphics.GAL/CounterType.cs
new file mode 100644
index 00000000..9d7b3b98
--- /dev/null
+++ b/Ryujinx.Graphics.GAL/CounterType.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.Graphics.GAL
+{
+ public enum CounterType
+ {
+ SamplesPassed,
+ PrimitivesGenerated,
+ TransformFeedbackPrimitivesWritten
+ }
+} \ No newline at end of file