diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/CounterType.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/CounterType.cs | 9 |
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 |
