namespace Ryujinx.Graphics.Shader.Translation
{
    public enum TargetLanguage
    {
        Glsl,
        Spirv
    }
}