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

Function main

tutorials/verify/verify.cpp:7138–7147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7136}
7137
7138int main(int argc, char** argv)
7139{
7140 embree::VerifyApplication app;
7141 int code = app.main(argc,argv);
7142
7143 /* wait for user input under Windows when opened in separate window */
7144 embree::waitForKeyPressedUnderWindows();
7145
7146 return code;
7147}
7148

Callers

nothing calls this directly

Calls 2

mainMethod · 0.45

Tested by

no test coverage detected