11 lines
No EOL
187 B
C#
11 lines
No EOL
187 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
/// <summary>
|
|
/// GPU counter report mode.
|
|
/// </summary>
|
|
enum ReportMode
|
|
{
|
|
Semaphore = 0,
|
|
Counter = 2
|
|
}
|
|
} |