Code cleanup, return and exit conditions for Android
This commit is contained in:
parent
5056563f5d
commit
5fe9f91529
4 changed files with 29 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue