MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / main

Function main

code/28_model_loading.cpp:1610–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608};
1609
1610int main() {
1611 HelloTriangleApplication app;
1612
1613 try {
1614 app.run();
1615 } catch (const std::exception& e) {
1616 std::cerr << e.what() << std::endl;
1617 return EXIT_FAILURE;
1618 }
1619
1620 return EXIT_SUCCESS;
1621}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected