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

Function main

code/04_logical_device.cpp:299–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297};
298
299int main() {
300 HelloTriangleApplication app;
301
302 try {
303 app.run();
304 } catch (const std::exception& e) {
305 std::cerr << e.what() << std::endl;
306 return EXIT_FAILURE;
307 }
308
309 return EXIT_SUCCESS;
310}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected