Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ freeAndNullifyEmbreeScene
Function
freeAndNullifyEmbreeScene
modules/cpu/common/World.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
static void freeAndNullifyEmbreeScene(RTCScene &scene)
38
{
39
if (scene)
40
rtcReleaseScene(scene);
41
42
scene = nullptr;
43
}
44
45
// World definitions ////////////////////////////////////////////////////////
46
Callers
2
~World
Method · 0.70
commit
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected