CounterType.cs 169 B

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