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

Function TutorialData_Destructor

tutorials/viewer/viewer_device.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void TutorialData_Destructor(TutorialData* This)
45{
46 rtcReleaseScene (This->scene); This->scene = nullptr;
47}
48
49} // namespace embree

Callers 1

device_cleanupFunction · 0.70

Calls 1

rtcReleaseSceneFunction · 0.85

Tested by

no test coverage detected