| 308 | |
| 309 | /* called by the C++ code for initialization */ |
| 310 | extern "C" void device_init (char* cfg) |
| 311 | { |
| 312 | TutorialData_Constructor(&data); |
| 313 | old_p = Vec3fa(1E10); |
| 314 | } |
| 315 | |
| 316 | extern "C" void renderFrameStandard (int* pixels, |
| 317 | const unsigned int width, |
nothing calls this directly
no test coverage detected