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

Function main

tutorials/motion_blur_geometry/motion_blur_geometry.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49int main(int argc, char** argv) {
50 if (embree::TutorialBenchmark::benchmark(argc, argv)) {
51 return embree::TutorialBenchmark(embree::renderBenchFunc<embree::Tutorial>).main(argc, argv, "motion_blur_geometry");
52 }
53 return embree::Tutorial().main(argc,argv);
54}

Callers

nothing calls this directly

Calls 3

TutorialBenchmarkClass · 0.85
TutorialClass · 0.70
mainMethod · 0.45

Tested by

no test coverage detected