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

Function TutorialData_Destructor

tutorials/interpolation/interpolation_device.h:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18inline void TutorialData_Destructor(TutorialData* This)
19{
20 rtcReleaseScene (This->scene); This->scene = nullptr;
21}
22
23} // namespace embree

Callers 1

device_cleanupFunction · 0.70

Calls 1

rtcReleaseSceneFunction · 0.85

Tested by

no test coverage detected