namespace Ryujinx.Graphics.GAL { public enum CounterType { SamplesPassed, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, } }