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

Function main

code/22_descriptor_set_layout.cpp:1200–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198};
1199
1200int main() {
1201 HelloTriangleApplication app;
1202
1203 try {
1204 app.run();
1205 } catch (const std::exception& e) {
1206 std::cerr << e.what() << std::endl;
1207 return EXIT_FAILURE;
1208 }
1209
1210 return EXIT_SUCCESS;
1211}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected