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

Function main

code/16_frames_in_flight.cpp:903–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901};
902
903int main() {
904 HelloTriangleApplication app;
905
906 try {
907 app.run();
908 } catch (const std::exception& e) {
909 std::cerr << e.what() << std::endl;
910 return EXIT_FAILURE;
911 }
912
913 return EXIT_SUCCESS;
914}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected