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

Function main

tutorials/pathtracer/pathtracer.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int main(int argc, char** argv) {
65 if (embree::TutorialBenchmark::benchmark(argc, argv)) {
66 return embree::TutorialBenchmark(embree::renderBenchFunc<embree::Tutorial>).main(argc, argv);
67 }
68 return embree::Tutorial().main(argc,argv);
69}

Callers

nothing calls this directly

Calls 3

TutorialBenchmarkClass · 0.85
TutorialClass · 0.70
mainMethod · 0.45

Tested by

no test coverage detected