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

Function TutorialData_Destructor

tutorials/hair_geometry/hair_geometry_device.h:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void 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

Callers 1

device_cleanupFunction · 0.70

Calls 2

rtcReleaseSceneFunction · 0.85
alignedUSMFreeFunction · 0.85

Tested by

no test coverage detected