| 57 | } |
| 58 | |
| 59 | void TutorialData_Destructor(TutorialData* This) |
| 60 | { |
| 61 | rtcReleaseScene (This->scene); This->scene = nullptr; |
| 62 | alignedUSMFree(This->num_prev_hits); This->num_prev_hits = nullptr; |
| 63 | } |
| 64 | |
| 65 | } // namespace embree |
| 66 |
no test coverage detected