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
commit 1b28693eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
};
}