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