/ src / Ryujinx.Graphics.GAL / CounterType.cs
CounterType.cs
1  namespace Ryujinx.Graphics.GAL
2  {
3      public enum CounterType
4      {
5          SamplesPassed,
6          PrimitivesGenerated,
7          TransformFeedbackPrimitivesWritten,
8      }
9  }