namespace Ryujinx.Graphics.Gpu.State
{
/// <summary>
/// GPU counter report mode.
/// </summary>
enum ReportMode
Semaphore = 0,
Counter = 2
}