Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ device_cleanup
Function
device_cleanup
tutorials/pathtracer/pathtracer_device.cpp:1846–1850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1844
1845
/* called by the C++ code for cleanup */
1846
extern
"C"
void device_cleanup ()
1847
{
1848
TutorialData_Destructor(&data);
1849
1850
} // device_cleanup
1851
1852
} // namespace embree
Callers
nothing calls this directly
Calls
1
TutorialData_Destructor
Function · 0.70
Tested by
no test coverage detected