| 1039 | #endif |
| 1040 | |
| 1041 | void TutorialApplication::render(unsigned* pixels, const unsigned width, const unsigned height, const float time, const ISPCCamera& camera) |
| 1042 | { |
| 1043 | device_render(pixels,width,height,time,camera); |
| 1044 | renderFrame((int*)pixels,width,height,time,camera); |
| 1045 | } |
| 1046 | |
| 1047 | void TutorialApplication::run(int argc, char** argv) |
| 1048 | { |
no test coverage detected