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

Function main

code/21_index_buffer.cpp:1128–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126};
1127
1128int main() {
1129 HelloTriangleApplication app;
1130
1131 try {
1132 app.run();
1133 } catch (const std::exception& e) {
1134 std::cerr << e.what() << std::endl;
1135 return EXIT_FAILURE;
1136 }
1137
1138 return EXIT_SUCCESS;
1139}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected