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

Function main

code/11_render_passes.cpp:677–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675};
676
677int main() {
678 HelloTriangleApplication app;
679
680 try {
681 app.run();
682 } catch (const std::exception& e) {
683 std::cerr << e.what() << std::endl;
684 return EXIT_FAILURE;
685 }
686
687 return EXIT_SUCCESS;
688}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected