| 75 | } |
| 76 | |
| 77 | void TutorialData_Destructor(TutorialData* This) |
| 78 | { |
| 79 | rtcReleaseScene (This->scene); This->scene = nullptr; |
| 80 | alignedUSMFree(This->accu); This->accu = nullptr; |
| 81 | This->accu_width = 0; |
| 82 | This->accu_height = 0; |
| 83 | This->accu_count = 0; |
| 84 | } |
| 85 | |
| 86 | } // namespace embree |
no test coverage detected