namespace Ryujinx.Graphics.Gpu.State { /// /// Shader stage name. /// enum ShaderType { Vertex, TessellationControl, TessellationEvaluation, Geometry, Fragment } }