aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/CounterType.cs
blob: 58a4254ba0ef62526151a3bd1162be2b2599d8c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Graphics.GAL
{
    public enum CounterType
    {
        SamplesPassed,
        PrimitivesGenerated,
        TransformFeedbackPrimitivesWritten,
    }
}