MCPcopy Create free account
hub / github.com/RenderKit/embree / TutorialData_Destructor

Function TutorialData_Destructor

tutorials/next_hit/next_hit_device.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void 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

Callers 1

device_cleanupFunction · 0.70

Calls 2

rtcReleaseSceneFunction · 0.85
alignedUSMFreeFunction · 0.85

Tested by

no test coverage detected