Code cleanup, return and exit conditions for Android

This commit is contained in:
saschawillems 2018-05-01 11:23:36 +02:00
parent 5056563f5d
commit 5fe9f91529
4 changed files with 29 additions and 13 deletions

View file

@ -250,7 +250,7 @@ public:
virtual ~VulkanExampleBase();
// Setup the vulkan instance, enable required extensions and connect to the physical device (GPU)
void initVulkan();
bool initVulkan();
#if defined(_WIN32)
void setupConsole(std::string title);