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

Function main

code/19_vertex_buffer.cpp:1047–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045};
1046
1047int main() {
1048 HelloTriangleApplication app;
1049
1050 try {
1051 app.run();
1052 } catch (const std::exception& e) {
1053 std::cerr << e.what() << std::endl;
1054 return EXIT_FAILURE;
1055 }
1056
1057 return EXIT_SUCCESS;
1058}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected