diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportCounterType.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/ReportCounterType.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ReportCounterType.cs b/Ryujinx.Graphics.Gpu/State/ReportCounterType.cs index 38a0de71..cface55d 100644 --- a/Ryujinx.Graphics.Gpu/State/ReportCounterType.cs +++ b/Ryujinx.Graphics.Gpu/State/ReportCounterType.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.State { + /// <summary> + /// Counter type for GPU counter reporting. + /// </summary> enum ReportCounterType { Zero = 0, |
