namespace Ryujinx.Graphics.Shader { public enum ShaderIdentification { None, GeometryLayerPassthrough, } }