MCPcopy Create free account
hub / github.com/RenderKit/embree / ~ISPCScene

Method ~ISPCScene

tutorials/common/tutorial/scene_device.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 ISPCScene::~ISPCScene()
131 {
132 alignedUSMFree(geometries);
133 alignedUSMFree(materials);
134
135 for (size_t i=0; i<numLights; i++)
136 Light_destroy(lights[i]);
137 alignedUSMFree(lights);
138 }
139
140 Light* ISPCScene::convertLight(Ref<SceneGraph::LightNode> in)
141 {

Callers

nothing calls this directly

Calls 2

alignedUSMFreeFunction · 0.85
Light_destroyFunction · 0.85

Tested by

no test coverage detected