diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportState.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/ReportState.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ReportState.cs b/Ryujinx.Graphics.Gpu/State/ReportState.cs index 212281aa..7430ea31 100644 --- a/Ryujinx.Graphics.Gpu/State/ReportState.cs +++ b/Ryujinx.Graphics.Gpu/State/ReportState.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.State { + /// <summary> + /// GPU counter report state. + /// </summary> struct ReportState { public GpuVa Address; |
