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

Function main

code/30_multisampling.cpp:1754–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1752};
1753
1754int main() {
1755 HelloTriangleApplication app;
1756
1757 try {
1758 app.run();
1759 } catch (const std::exception& e) {
1760 std::cerr << e.what() << std::endl;
1761 return EXIT_FAILURE;
1762 }
1763
1764 return EXIT_SUCCESS;
1765}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected