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

Function main

code/31_compute_shader.cpp:1403–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401};
1402
1403int main() {
1404 ComputeShaderApplication app;
1405
1406 try {
1407 app.run();
1408 } catch (const std::exception& e) {
1409 std::cerr << e.what() << std::endl;
1410 return EXIT_FAILURE;
1411 }
1412
1413 return EXIT_SUCCESS;
1414}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected