| 676 | } |
| 677 | |
| 678 | void TutorialApplication::set_scene (TutorialScene* in) |
| 679 | { |
| 680 | ispc_scene.reset(new ISPCScene(g_device,in)); |
| 681 | g_ispc_scene = ispc_scene.get(); |
| 682 | } |
| 683 | |
| 684 | void errorFunc(int error, const char* description) { |
| 685 | throw std::runtime_error(std::string("Error: ")+description); |