Android support for Vulkan demo scene (#97)

This commit is contained in:
saschawillems 2016-03-23 21:45:43 +01:00
parent 6ee70824e5
commit edf195efb6
9 changed files with 167 additions and 25 deletions

View file

@ -609,5 +609,4 @@ int main(const int argc, const char *argv[])
delete(vulkanExample);
return 0;
#endif
}
}