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

Function device_cleanup

tutorials/ray_mask/ray_mask_device.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246/* called by the C++ code for cleanup */
247extern "C" void device_cleanup ()
248{
249 TutorialData_Destructor(&data);
250}
251
252} // namespace embree

Callers

nothing calls this directly

Calls 1

TutorialData_DestructorFunction · 0.70

Tested by

no test coverage detected