Samples on vulkan.hpp: 09_InitDescriptorSet.cpp, 10_InitRenderPass. (#211)

+ add some missing exit code to some samples.
This commit is contained in:
Andreas Süßenbach
2018-05-07 14:28:11 +02:00
committed by Markus Tavenrath
parent 73cb8c8096
commit 4c9b1f87b3
8 changed files with 418 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ int main(int argc, char *argv[])
catch (std::runtime_error err)
{
std::cout << "std::runtime_error: " << err.what() << std::endl;
exit(-1);
}
catch (...)
{