MCPcopy Create free account
hub / github.com/RenderKit/embree / main

Function main

tutorials/viewer/viewer.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213int main(int argc, char** argv) {
214 if (embree::TutorialBenchmark::benchmark(argc, argv)) {
215 return embree::TutorialBenchmark(embree::renderBenchFunc<embree::Tutorial>).main(argc, argv);
216 }
217 return embree::Tutorial().main(argc, argv);
218}

Callers

nothing calls this directly

Calls 3

TutorialBenchmarkClass · 0.85
TutorialClass · 0.70
mainMethod · 0.45

Tested by

no test coverage detected