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

Function main

code/25_sampler.cpp:1454–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452};
1453
1454int main() {
1455 HelloTriangleApplication app;
1456
1457 try {
1458 app.run();
1459 } catch (const std::exception& e) {
1460 std::cerr << e.what() << std::endl;
1461 return EXIT_FAILURE;
1462 }
1463
1464 return EXIT_SUCCESS;
1465}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected