Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void TutorialData_Destructor(TutorialData* This)
45
{
46
rtcReleaseScene (This->scene); This->scene = nullptr;
47
}
48
49
} // namespace embree
Callers
1
device_cleanup
Function · 0.70
Calls
1
rtcReleaseScene
Function · 0.85
Tested by
no test coverage detected