namespace Ryujinx.Graphics.Shader.Translation
{
    public enum TargetApi
    {
        OpenGL,
        Vulkan,
    }
}