[UI] Remove experimental tag from Vulkan

This commit is contained in:
Helios747 2016-12-02 21:26:09 -06:00
parent 682a6117b5
commit b02b616930
1 changed files with 1 additions and 1 deletions

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;
};
}