Merge pull request #4484 from Helios747/remove_text

[UI] Remove experimental tag from Vulkan
This commit is contained in:
Léo Lam
2018-03-21 23:18:03 +01:00
committed by GitHub

View File

@ -15,7 +15,7 @@ public:
void Shutdown() override;
std::string GetName() const override { return "Vulkan"; }
std::string GetDisplayName() const override { return "Vulkan (experimental)"; }
std::string GetDisplayName() const override { return "Vulkan"; }
void InitBackendInfo() override;
};
}