MCPcopy Create free account
hub / github.com/RenderKit/embree / device_cleanup

Function device_cleanup

tutorials/viewer/viewer_device.cpp:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407/* called by the C++ code for cleanup */
408extern "C" void device_cleanup ()
409{
410 TutorialData_Destructor(&data);
411}
412
413} // namespace embree

Callers

nothing calls this directly

Calls 1

TutorialData_DestructorFunction · 0.70

Tested by

no test coverage detected