mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 06:48:36 +00:00
11 lines
187 B
C#
11 lines
187 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
/// <summary>
|
|
/// GPU counter report mode.
|
|
/// </summary>
|
|
enum ReportMode
|
|
{
|
|
Semaphore = 0,
|
|
Counter = 2
|
|
}
|
|
} |