Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ device_cleanup
Function
device_cleanup
tutorials/dynamic_scene/dynamic_scene_device.cpp:337–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
336
/* called by the C++ code for cleanup */
337
extern
"C"
void device_cleanup ()
338
{
339
TutorialData_Destructor(&data);
340
}
341
342
} // namespace embree
Callers
nothing calls this directly
Calls
1
TutorialData_Destructor
Function · 0.70
Tested by
no test coverage detected