| 30 | }; |
| 31 | |
| 32 | void TutorialData_Constructor(TutorialData* This) |
| 33 | { |
| 34 | This->ispc_scene = g_ispc_scene; |
| 35 | This->instancing_mode = g_instancing_mode; |
| 36 | This->iflags_coherent = g_iflags_coherent; |
| 37 | This->scene = nullptr; |
| 38 | This->traversable = nullptr; |
| 39 | This->subdiv_mode = false; |
| 40 | This->motion_blur = g_motion_blur; |
| 41 | This->min_width = g_min_width; |
| 42 | } |
| 43 | |
| 44 | void TutorialData_Destructor(TutorialData* This) |
| 45 | { |