| 23 | } |
| 24 | |
| 25 | inline void TutorialData_Destructor(TutorialData* This) |
| 26 | { |
| 27 | rtcReleaseScene (This->g_scene); This->g_scene = nullptr; |
| 28 | alignedUSMFree(This->face_colors); This->face_colors = nullptr; |
| 29 | alignedUSMFree(This->vertex_colors); This->vertex_colors = nullptr; |
| 30 | } |
| 31 | |
| 32 | } // namespace embree |
no test coverage detected