Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
inline void TutorialData_Destructor(TutorialData* This)
19
{
20
rtcReleaseScene (This->scene); This->scene = nullptr;
21
}
22
23
} // namespace embree
Callers
1
device_cleanup
Function · 0.70
Calls
1
rtcReleaseScene
Function · 0.85
Tested by
no test coverage detected