Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ device_cleanup
Function
device_cleanup
tutorials/grid_geometry/grid_geometry_device.cpp:711–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
710
/* called by the C++ code for cleanup */
711
extern
"C"
void device_cleanup ()
712
{
713
TutorialData_Destructor(&data);
714
}
715
716
} // namespace embree
Callers
nothing calls this directly
Calls
1
TutorialData_Destructor
Function · 0.70
Tested by
no test coverage detected