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

Function device_cleanup

tutorials/next_hit/next_hit_device.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557
558/* called by the C++ code for cleanup */
559extern "C" void device_cleanup ()
560{
561 TutorialData_Destructor(&data);
562}
563
564} // namespace embree

Callers

nothing calls this directly

Calls 1

TutorialData_DestructorFunction · 0.70

Tested by

no test coverage detected