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

Function main

code/13_framebuffers.cpp:728–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726};
727
728int main() {
729 HelloTriangleApplication app;
730
731 try {
732 app.run();
733 } catch (const std::exception& e) {
734 std::cerr << e.what() << std::endl;
735 return EXIT_FAILURE;
736 }
737
738 return EXIT_SUCCESS;
739}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected