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

Function device_cleanup

tutorials/collide/collide_device.cpp:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484/* called by the C++ code for cleanup */
485extern "C" void device_cleanup ()
486{
487 rtcReleaseScene (g_scene); g_scene = nullptr;
488 rtcReleaseDevice(g_device); g_device = nullptr;
489}
490
491} // namespace embree

Callers 1

~TutorialApplicationMethod · 0.50

Calls 2

rtcReleaseSceneFunction · 0.85
rtcReleaseDeviceFunction · 0.85

Tested by

no test coverage detected