Skip to content
Permalink
Browse files
Merge pull request #4484 from Helios747/remove_text
[UI] Remove experimental tag from Vulkan
  • Loading branch information
leoetlino committed Mar 21, 2018
2 parents 9cf22ae + b02b616 commit 1b28693
Showing 1 changed file with 1 addition and 1 deletion.
@@ -15,7 +15,7 @@ class VideoBackend : public VideoBackendBase
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;
};
}

0 comments on commit 1b28693

Please sign in to comment.