| 70 | } |
| 71 | |
| 72 | void TutorialData_Destructor(TutorialData* This) |
| 73 | { |
| 74 | rtcReleaseScene (This->scene); This->scene = nullptr; |
| 75 | alignedUSMFree(This->accu); This->accu = nullptr; |
| 76 | This->accu_width = 0; |
| 77 | This->accu_height = 0; |
| 78 | This->accu_count = 0; |
| 79 | } |
| 80 | |
| 81 | } // namespace embree |
no test coverage detected