Refactored descriptor sets
This commit is contained in:
parent
eecadbe36b
commit
9d97ca07a7
9 changed files with 56 additions and 45 deletions
|
|
@ -650,7 +650,7 @@ main()
|
|||
|
||||
return 0;
|
||||
} catch (const std::exception& exc) {
|
||||
spdlog::error(exc.what());
|
||||
spdlog::error("Exception caught: {}", exc.what());
|
||||
return 1;
|
||||
} catch (...) {
|
||||
spdlog::error("Uncaught exception");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue