Hide the Vulkan option on Android until it works.

This commit is contained in:
Henrik Rydgard 2016-04-09 11:40:12 +02:00 committed by Unknown W. Brackets
parent 9280bb3eda
commit a4ca07e683

View File

@ -144,7 +144,7 @@ void GameSettingsScreen::CreateViews() {
#else
renderingBackendChoice->HideChoice(2); // D3D11
#endif
#if !defined(ANDROID) && !defined(_WIN32)
#if !defined(_WIN32)
// TODO: Add dynamic runtime check for Vulkan support on Android
renderingBackendChoice->HideChoice(3);
#endif