aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/ResetCounterType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ResetCounterType.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/ResetCounterType.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ResetCounterType.cs b/Ryujinx.Graphics.Gpu/State/ResetCounterType.cs
index 49b3b6da..aaf575e1 100644
--- a/Ryujinx.Graphics.Gpu/State/ResetCounterType.cs
+++ b/Ryujinx.Graphics.Gpu/State/ResetCounterType.cs
@@ -1,5 +1,8 @@
namespace Ryujinx.Graphics.Gpu.State
{
+ /// <summary>
+ /// Counter type for GPU counter reset.
+ /// </summary>
enum ResetCounterType
{
SamplesPassed = 1,