| 7136 | } |
| 7137 | |
| 7138 | int 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 |
nothing calls this directly
no test coverage detected