aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/ShaderIdentification.cs
blob: 3f0157626fa6af8c48f12f65c9a89ff336e287bd (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Shader
{
    public enum ShaderIdentification
    {
        None,
        GeometryLayerPassthrough
    }
}