Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ Light_destroy
Function
Light_destroy
tutorials/common/lights/light.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
extern
"C"
void Light_destroy(Light* light)
20
{
21
alignedUSMFree(light);
22
}
23
24
extern
"C"
void dummy() {} // just to avoid linker warning under MacOSX
25
Callers
1
~ISPCScene
Method · 0.85
Calls
1
alignedUSMFree
Function · 0.85
Tested by
no test coverage detected