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

Function main

code/03_physical_device_selection.cpp:256–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254};
255
256int main() {
257 HelloTriangleApplication app;
258
259 try {
260 app.run();
261 } catch (const std::exception& e) {
262 std::cerr << e.what() << std::endl;
263 return EXIT_FAILURE;
264 }
265
266 return EXIT_SUCCESS;
267}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected