Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ device_cleanup
Function
device_cleanup
tutorials/user_geometry/user_geometry_device.cpp:934–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
932
933
/* called by the C++ code for cleanup */
934
extern
"C"
void device_cleanup ()
935
{
936
TutorialData_Destructor(&data);
937
}
938
939
} // namespace embree
Callers
nothing calls this directly
Calls
1
TutorialData_Destructor
Function · 0.70
Tested by
no test coverage detected