Samples on vulkan.hpp: 09_InitDescriptorSet.cpp, 10_InitRenderPass. (#211)
+ add some missing exit code to some samples.
This commit is contained in:
committed by
Markus Tavenrath
parent
73cb8c8096
commit
4c9b1f87b3
@@ -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 (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user