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

Function main

code/27_depth_buffering.cpp:1564–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1562};
1563
1564int main() {
1565 HelloTriangleApplication app;
1566
1567 try {
1568 app.run();
1569 } catch (const std::exception& e) {
1570 std::cerr << e.what() << std::endl;
1571 return EXIT_FAILURE;
1572 }
1573
1574 return EXIT_SUCCESS;
1575}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected