| 37 | } |
| 38 | |
| 39 | void TutorialData_Destructor(TutorialData* This) |
| 40 | { |
| 41 | alignedUSMFree(This->gmesh.normals); |
| 42 | rtcReleaseGeometry(This->gmesh.geom); |
| 43 | rtcReleaseGeometry(This->gmesh.geomNormals); |
| 44 | rtcReleaseScene (This->g_scene); This->g_scene = nullptr; |
| 45 | } |
| 46 | |
| 47 | } // namespace embree |
no test coverage detected