namespace Ryujinx.Graphics.Gpu.State { /// /// GPU counter report state. /// struct ReportState { public GpuVa Address; public int Payload; public uint Control; } }