MCPcopy 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
19extern "C" void Light_destroy(Light* light)
20{
21 alignedUSMFree(light);
22}
23
24extern "C" void dummy() {} // just to avoid linker warning under MacOSX
25

Callers 1

~ISPCSceneMethod · 0.85

Calls 1

alignedUSMFreeFunction · 0.85

Tested by

no test coverage detected